Class ACustomExpressionValidator<A extends Annotation,​T>

    • Constructor Detail

      • ACustomExpressionValidator

        public ACustomExpressionValidator()
    • Method Detail

      • validate

        protected final boolean validate​(T value,
                                         javax.validation.ConstraintValidatorContext context)
      • getCustomExpression

        protected abstract String getCustomExpression​(T value)
      • getVariableNames

        protected abstract Set<String> getVariableNames​(T value)