Interface ConstraintDefinitionContext.ValidationCallable<T>

  • Enclosing interface:
    ConstraintDefinitionContext<A extends Annotation>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    @Incubating
    public static interface ConstraintDefinitionContext.ValidationCallable<T>
    Callable implementing a validation routine. Usually given as method reference or Lambda expression.
    • Method Detail

      • isValid

        boolean isValid​(T object)