Uses of Package
org.hibernate.validator.internal.metadata.raw
-
Packages that use org.hibernate.validator.internal.metadata.raw Package Description org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition.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.aggregated.rule Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints on overridden/implemented methods in inheritance hierarchies.org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations.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.properties org.hibernate.validator.internal.properties.javabean org.hibernate.validator.internal.util.logging Logging classes.org.hibernate.validator.internal.xml.mapping -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.cfg.context Class Description BeanConfiguration Represents the complete constraint related configuration of one Java type originating from oneConfigurationSource. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.aggregated Class Description BeanConfiguration Represents the complete constraint related configuration of one Java type originating from oneConfigurationSource.ConstrainedElement Represents a (potentially) constrained Java element such as a type, field or method.ConstrainedExecutable 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.ConstrainedField Represents a field of a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.ConstrainedParameter Contains constraint-related meta-data for one method parameter.ConstrainedType 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.rule Class Description ConstrainedExecutable 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. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.location Class Description ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.provider Class Description BeanConfiguration Represents the complete constraint related configuration of one Java type originating from oneConfigurationSource. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.raw Class Description AbstractConstrainedElement Base implementation of with functionality common to allConstrainedElementimplementations.ConfigurationSource The source of constraint meta data.ConstrainedElement Represents a (potentially) constrained Java element such as a type, field or method.ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement.ConstrainedExecutable 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.ConstrainedParameter Contains constraint-related meta-data for one method parameter. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.properties Class Description ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.properties.javabean Class Description ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.util.logging Class Description ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement. -
Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.xml.mapping Class Description ConstrainedElement Represents a (potentially) constrained Java element such as a type, field or method.