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

Packages that use MethodDescriptor
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.metadata Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

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

Methods in org.hibernate.validator.internal.metadata.aggregated that return MethodDescriptor
 MethodDescriptor MethodMetaData.asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
 

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

Classes in org.hibernate.validator.internal.metadata.descriptor that implement MethodDescriptor
 class MethodDescriptorImpl
          Describes a validated method.
 

Methods in org.hibernate.validator.internal.metadata.descriptor that return MethodDescriptor
 MethodDescriptor BeanDescriptorImpl.getConstraintsForMethod(String methodName, Class<?>... parameterTypes)
           
 

Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type MethodDescriptor
 Set<MethodDescriptor> BeanDescriptorImpl.getConstrainedMethods()
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type MethodDescriptor
BeanDescriptorImpl(Class<T> beanClass, Set<ConstraintDescriptorImpl<?>> classLevelConstraints, Map<String,javax.validation.metadata.PropertyDescriptor> properties, Map<String,MethodDescriptor> methods, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
 

Uses of MethodDescriptor in org.hibernate.validator.method.metadata
 

Methods in org.hibernate.validator.method.metadata that return MethodDescriptor
 MethodDescriptor TypeDescriptor.getConstraintsForMethod(String methodName, Class<?>... parameterTypes)
          Deprecated. Returns a descriptor for the specified method.
 

Methods in org.hibernate.validator.method.metadata that return types with arguments of type MethodDescriptor
 Set<MethodDescriptor> TypeDescriptor.getConstrainedMethods()
          Deprecated. Returns a set with the constrained methods of this type.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.