@Incubating public static interface ConstraintDefinitionContext.ConstraintValidatorDefinitionContext<A extends Annotation,T>
Modifier and Type | Method and Description |
---|---|
ConstraintDefinitionContext<A> |
with(ConstraintDefinitionContext.ValidationCallable<T> vc)
Applies the given Lambda expression or referenced method to values to be validated.
|
ConstraintDefinitionContext<A> with(ConstraintDefinitionContext.ValidationCallable<T> vc)
null
is never passed to these expressions or methods.Copyright © 2019 JBoss by Red Hat. All rights reserved.