Uses of Interface
org.hibernate.validator.cfg.context.ConstraintDefinitionContext.ValidationCallable
-
Packages that use ConstraintDefinitionContext.ValidationCallable Package Description org.hibernate.validator.cfg.context Contains facet and creational context interfaces forming the API for programmatic constraint definition.org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators. -
-
Uses of ConstraintDefinitionContext.ValidationCallable in org.hibernate.validator.cfg.context
Methods in org.hibernate.validator.cfg.context with parameters of type ConstraintDefinitionContext.ValidationCallable Modifier and Type Method Description ConstraintDefinitionContext<A>ConstraintDefinitionContext.ConstraintValidatorDefinitionContext. with(ConstraintDefinitionContext.ValidationCallable<T> vc)Applies the given Lambda expression or referenced method to values to be validated. -
Uses of ConstraintDefinitionContext.ValidationCallable in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintDefinitionContext.ValidationCallable Modifier and Type Method Description static <A extends Annotation,T>
ConstraintValidatorDescriptor<A>ConstraintValidatorDescriptor. forLambda(Class<A> annotationType, Type validatedType, ConstraintDefinitionContext.ValidationCallable<T> lambda)
-