Uses of Package
org.hibernate.validator.internal.metadata.facets
Packages that use org.hibernate.validator.internal.metadata.facets
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
-
Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.engine.valuecontextClassDescriptionProvides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
-
Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.metadata.aggregatedClassDescriptionProvides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
-
Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.metadata.facetsClassDescriptionProvides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.