Uses of Interface
org.apache.logging.log4j.core.config.plugins.validation.ConstraintValidator
Packages that use ConstraintValidator
Package
Description
Constraint validators for plugin factory methods.
ConstraintValidator implementations for the constraint annotations.
-
Uses of ConstraintValidator in org.apache.logging.log4j.core.config.plugins.validation
Methods in org.apache.logging.log4j.core.config.plugins.validation that return ConstraintValidatorModifier and TypeMethodDescriptionprivate static <A extends Annotation>
ConstraintValidator<A> ConstraintValidators.getValidator(A annotation, Class<? extends A> type) Methods in org.apache.logging.log4j.core.config.plugins.validation that return types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionstatic Collection<ConstraintValidator<?>> ConstraintValidators.findValidators(Annotation... annotations) Finds all relevantConstraintValidatorobjects from an array of annotations.Method parameters in org.apache.logging.log4j.core.config.plugins.validation with type arguments of type ConstraintValidatorModifier and TypeMethodDescriptionprivate static TypeConstraintValidators.getConstraintValidatorAnnotationType(Class<? extends ConstraintValidator<?>> type) -
Uses of ConstraintValidator in org.apache.logging.log4j.core.config.plugins.validation.validators
Classes in org.apache.logging.log4j.core.config.plugins.validation.validators that implement ConstraintValidatorModifier and TypeClassDescriptionclassValidator that checks an object for emptiness.classValidator that checks an object to verify it is a valid hostname or IP address.classValidator that checks an object to verify it is a valid port number (an integer between 0 and 65535).