Uses of Package
jakarta.validation.valueextraction
Packages that use jakarta.validation.valueextraction
Package
Description
Top level package of the Jakarta Bean Validation API.
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
Package containing objects dedicated to extract values to validate from containers.
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
Implementations for the core interfaces of Jakarta Bean Validation.
Logging classes.
-
Classes in jakarta.validation.valueextraction used by jakarta.validationClassDescriptionDefines the logic used to extract the values from a container object of type
T. -
Classes in jakarta.validation.valueextraction used by jakarta.validation.spiClassDescriptionDefines the logic used to extract the values from a container object of type
T. -
Classes in jakarta.validation.valueextraction used by jakarta.validation.valueextraction
-
Classes in jakarta.validation.valueextraction used by org.hibernate.validatorClassDescriptionDefines the logic used to extract the values from a container object of type
T. -
Classes in jakarta.validation.valueextraction used by org.hibernate.validator.internal.engineClassDescriptionDefines the logic used to extract the values from a container object of type
T. -
Classes in jakarta.validation.valueextraction used by org.hibernate.validator.internal.engine.valueextractionClassDescriptionDefines the logic used to extract the values from a container object of type
T.Provides a set of methods receiving value extracted by theValueExtractor. -
Classes in jakarta.validation.valueextraction used by org.hibernate.validator.internal.util.loggingClassDescriptionDefines the logic used to extract the values from a container object of type
T.Raised if the configuration ofValueExtractoris illegal, e.g. because multiple extractors for the same type and type use have been configured inMETA-INF/validation.xml.Raised if aValueExtractordefinition is illegal, e.g. because it doesn't declare its extracted value usingExtractedValue.