Uses of Enum Class
cdc.validation.Validity
Packages that use Validity
-
Uses of Validity in cdc.validation
Methods in cdc.validation that return ValidityModifier and TypeMethodDescriptionValidationRecord.getValidity()static ValidityValidationRecord.getValidity(List<ValidationRecord> records) default ValidityValidator.getValidity(T value) Returns the validity of a value.default ValidityValidator.getValidityRaw(Object value) Returns the validity of a raw value.static ValidityReturns the enum constant of this class with the specified name.static Validity[]Validity.values()Returns an array containing the constants of this enum class, in the order they are declared.static ValidityMethods in cdc.validation with parameters of type ValidityModifier and TypeMethodDescriptionValidatorImpl.getChecker(Validity validity) booleanValidatorImpl.hasChecker(Validity validity) voidValidationHandler.processIssue(Validity validity, String message) static ValidityConstructors in cdc.validation with parameters of type Validity