Uses of Package
org.hibernate.validator.internal.metadata.raw
Packages that use org.hibernate.validator.internal.metadata.raw
Package
Description
Creational context implementations of the API for programmatic
constraint definition.
The classes in this package contain the aggregated meta data needed for an actual validation.
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
Contains types for the representation of constraint locations.
Abstraction of the meta data sources - annotation, xml, programmatic.
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
Logging classes.
-
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.cfg.contextClassDescriptionRepresents the complete constraint related configuration of one Java type originating from one
ConfigurationSource
. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.aggregatedClassDescriptionRepresents the complete constraint related configuration of one Java type originating from one
ConfigurationSource
.Represents a (potentially) constrained Java element such as a type, field or method.Represents a method or constructor of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at its parameters or return value.Represents a field of a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.Contains constraint-related meta-data for one method parameter.Represents a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.aggregated.ruleClassDescriptionRepresents a method or constructor of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at its parameters or return value.
-
-
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.providerClassDescriptionRepresents the complete constraint related configuration of one Java type originating from one
ConfigurationSource
. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.rawClassDescriptionBase implementation of with functionality common to all
ConstrainedElement
implementations.The source of constraint meta data.Represents a (potentially) constrained Java element such as a type, field or method.The kind of aConstrainedElement
.Represents a method or constructor of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at its parameters or return value.Contains constraint-related meta-data for one method parameter. -
-
-
-
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.xml.mappingClassDescriptionRepresents a (potentially) constrained Java element such as a type, field or method.