Uses of Class
de.gebit.integrity.annotation.FixtureParameterAssessment
-
Packages that use FixtureParameterAssessment Package Description de.gebit.integrity.annotation de.gebit.integrity.validation -
-
Uses of FixtureParameterAssessment in de.gebit.integrity.annotation
Fields in de.gebit.integrity.annotation with type parameters of type FixtureParameterAssessment Modifier and Type Field Description static com.google.common.base.Predicate<FixtureParameterAssessment>FixtureParameterAssessment. IS_MANDATORYPredicate to match mandatory parameters.static com.google.common.base.Predicate<FixtureParameterAssessment>FixtureParameterAssessment. IS_NOT_NULLABLEPredicate to match non-nullable parameters.static com.google.common.base.Function<FixtureParameterAssessment,String>FixtureParameterAssessment. NAMEFunction which maps a parameter to its name. -
Uses of FixtureParameterAssessment in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation that return types with arguments of type FixtureParameterAssessment Modifier and Type Method Description List<FixtureParameterAssessment>DSLJavaValidator. wrap(Iterable<org.eclipse.xtext.util.Pair<org.eclipse.xtext.common.types.JvmFormalParameter,org.eclipse.xtext.common.types.JvmAnnotationReference>> someParameters)Wraps the parameter/annotation tuples in assessment objects for easier access and caches the processing results.Method parameters in de.gebit.integrity.validation with type arguments of type FixtureParameterAssessment Modifier and Type Method Description protected Set<String>DSLJavaValidator. collectMandatoryParameterNames(Collection<FixtureParameterAssessment> aCollection)Collects all mandatory parameter names and returns them.protected Set<String>DSLJavaValidator. collectNonNullableParameterNames(Collection<FixtureParameterAssessment> aCollection)Collects all non-nullable parameter names and returns them.
-