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 types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionstatic Collection<ConstraintValidator<?>>ConstraintValidators.findValidators(Annotation... annotations) Finds all relevantConstraintValidatorobjects from an array of annotations. -
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 if aCharSequenceis not entirely composed of whitespace.classValidator 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).