Uses of Package
org.hibernate.validator.internal.metadata.core
-
Packages that use org.hibernate.validator.internal.metadata.core Package Description org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.engine.validationcontext Contains various implementation of validation contexts and supporting classes.org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation.org.hibernate.validator.internal.metadata.core Core classes of the internal model used for representing constraints and related metadata.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API.org.hibernate.validator.internal.metadata.provider Abstraction of the meta data sources - annotation, xml, programmatic.org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources.org.hibernate.validator.internal.xml.mapping -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.cfg.context Class Description AnnotationProcessingOptionsImpl AnAnnotationProcessingOptionsinstance keeps track of annotations which should be ignored as configuration source. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.engine Class Description ConstraintHelper Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.engine.validationcontext Class Description MetaConstraint Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.aggregated Class Description MetaConstraint Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.core Class Description AnnotationProcessingOptions AnAnnotationProcessingOptionsinstance keeps track of annotations which should be ignored as configuration source.ConstraintHelper Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.ConstraintOrigin Visibility looked at when discovering constraints.MetaConstraint Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.descriptor Class Description ConstraintHelper Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.ConstraintOrigin Visibility looked at when discovering constraints. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.provider Class Description AnnotationProcessingOptions AnAnnotationProcessingOptionsinstance keeps track of annotations which should be ignored as configuration source.MetaConstraint Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.raw Class Description MetaConstraint Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint. -
Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.xml.mapping Class Description AnnotationProcessingOptions AnAnnotationProcessingOptionsinstance keeps track of annotations which should be ignored as configuration source.