Package org.hibernate.validator.internal.metadata.facets
package org.hibernate.validator.internal.metadata.facets
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).
-
InterfacesClassDescriptionProvides 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.