Uses of Class
org.hibernate.validator.internal.metadata.aggregated.MethodMetaData

Packages that use MethodMetaData
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
 

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

Methods in org.hibernate.validator.internal.metadata.aggregated that return MethodMetaData
 MethodMetaData MethodMetaData.Builder.build()
          Creates a new, read-only ConstraintMetaData object with all constraint information related to the method or property represented by this builder.
 MethodMetaData BeanMetaDataImpl.getMetaDataFor(Method method)
           
 MethodMetaData BeanMetaData.getMetaDataFor(Method method)
          Returns the constraint-related meta data for the given method of the class represented by this bean meta data.
 

Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type MethodMetaData
 Set<MethodMetaData> BeanMetaDataImpl.getAllMethodMetaData()
           
 Set<MethodMetaData> BeanMetaData.getAllMethodMetaData()
          Returns the constraint-related meta data for all the methods of the type represented by this bean meta data.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.