Uses of Interface
org.hibernate.validator.method.metadata.TypeDescriptor

Packages that use TypeDescriptor
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
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.descriptor Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints. 
org.hibernate.validator.method Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

Uses of TypeDescriptor in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine that return TypeDescriptor
 TypeDescriptor ValidatorImpl.getConstraintsForType(Class<?> clazz)
           
 

Uses of TypeDescriptor in org.hibernate.validator.internal.metadata.aggregated
 

Methods in org.hibernate.validator.internal.metadata.aggregated that return TypeDescriptor
 TypeDescriptor BeanMetaDataImpl.getTypeDescriptor()
           
 TypeDescriptor BeanMetaData.getTypeDescriptor()
           
 

Uses of TypeDescriptor in org.hibernate.validator.internal.metadata.descriptor
 

Classes in org.hibernate.validator.internal.metadata.descriptor that implement TypeDescriptor
 class BeanDescriptorImpl<T>
          Describes a validated bean.
 

Uses of TypeDescriptor in org.hibernate.validator.method
 

Methods in org.hibernate.validator.method that return TypeDescriptor
 TypeDescriptor MethodValidator.getConstraintsForType(Class<?> clazz)
          Deprecated. Returns a descriptor providing access to constraint-related meta data for the given type.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.