Uses of Package
org.hibernate.validator.internal.metadata.aggregated

Packages that use org.hibernate.validator.internal.metadata.aggregated
org.hibernate.validator.internal.engine.path Classes related to the Path.Node API. 
org.hibernate.validator.internal.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
 

Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.engine.path
ExecutableMetaData
          An aggregated view of the constraint related meta data for a given method or constructors and in (case of methods) all the methods in the inheritance hierarchy which it overrides or implements.
 

Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadata
BeanMetaData
          Interface defining the meta data about the constraints defined in a given bean.
 

Classes in org.hibernate.validator.internal.metadata.aggregated used by org.hibernate.validator.internal.metadata.aggregated
AbstractConstraintMetaData
          Base implementation for ConstraintMetaData with attributes common to all type of meta data.
BeanMetaData
          Interface defining the meta data about the constraints defined in a given bean.
BeanMetaDataImpl
          This class encapsulates all meta data needed for validation.
BeanMetaDataImpl.BeanMetaDataBuilder
           
ConstraintMetaData
          An aggregated view of the constraint related meta data for a given bean/type element and all the elements in the inheritance hierarchy which it overrides or implements.
ExecutableMetaData
          An aggregated view of the constraint related meta data for a given method or constructors and in (case of methods) all the methods in the inheritance hierarchy which it overrides or implements.
MetaDataBuilder
          Builds ConstraintMetaData instances for the ConstrainedElement objects representing one method or property in a type's inheritance hierarchy.
ParameterMetaData
          An aggregated view of the constraint related meta data for a single method parameter.
PropertyMetaData
          Represents the constraint related meta data for a JavaBeans property.
ReturnValueMetaData
          Represents the constraint related meta data of the return value of a method or constructor.
ValidatableParametersMetaData
          Represents the constraint related meta data of the arguments of a method or constructor.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved