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 relevantConstraintValidator
objects 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 Type
ConstraintValidators.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 TypeClassDescriptionclass
Validator that checks an object for emptiness.class
Validator that checks an object to verify it is a valid hostname or IP address.class
Validator that checks an object to verify it is a valid port number (an integer between 0 and 65535).