Uses of Interface
cdc.validation.checkers.Checker
Packages that use Checker
-
Uses of Checker in cdc.validation
Methods in cdc.validation that return CheckerMethods in cdc.validation with parameters of type CheckerModifier and TypeMethodDescriptionstatic ValidatorImpl<?>ValidatorImpl.createUnchecked(Checker<?> error, Checker<?> warning) Constructors in cdc.validation with parameters of type Checker -
Uses of Checker in cdc.validation.checkers
Classes in cdc.validation.checkers that implement CheckerModifier and TypeClassDescriptionfinal classfinal classRefChecker<T>Checker that lazily delegates its task to a named checker.Methods in cdc.validation.checkers that return CheckerModifier and TypeMethodDescriptiondefault <S> Checker<S>Creates a checkers that checks that a value is convertible from a source type to a target type, then matches a checker of the target type.default <S> Checker<S>Creates a checkers that checks that a value is convertible from a source type to a target type, then matches a checker of the target type.default Checker<?>Returns a checker that is the logical AND composition of this checker with another one.default <V> Checker<V>static <S> Checker<S>Checker.fromConverter(Converter<S, ?> converter) Creates a checker from a converter.static <S,T> Checker<S> Checker.fromFunction(Function<S, ?> function, Class<S> sourceClass, Class<T> targetClass) Creates a checker from a function.(package private) static <S> Checker<S>CheckerSupport.fromFunctionUnchecked(Function<S, ?> function, Class<S> sourceClass, Class<?> targetClass) static <T> Checker<? super T>Checkers.getChecker(Class<T> valueClass, String name, cdc.util.lang.FailureReaction reaction) static Checker<?>Checkers.getChecker(String name) static Checker<?>Checkers.getChecker(String name, cdc.util.lang.FailureReaction reaction) Checker<?>RawRefChecker.getDelegate()RefChecker.getDelegate()Checker.negate()Returns a checker that is the logical OR composition of this checker with another one.Methods in cdc.validation.checkers with parameters of type CheckerModifier and TypeMethodDescriptionReturns a checker that is the logical AND composition of this checker with another one.Returns a checker that is the logical OR composition of this checker with another one.static voidRegister a checker with a name. -
Uses of Checker in cdc.validation.checkers.defaults
Classes in cdc.validation.checkers.defaults that implement CheckerModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal classfinal classclassfinal classfinal classclassIsGreaterOrEqual<T extends Comparable<T>>classIsGreaterThan<T extends Comparable<T>>classIsInRange<T extends Comparable<T>>final classclassIsLessOrEqual<T extends Comparable<T>>classIsLessThan<T extends Comparable<T>>final classfinal classfinal classfinal classfinal classclassCheck that the length of string is in a given range.final classMethods in cdc.validation.checkers.defaults with parameters of type Checker