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

Packages that use ParameterDescriptor
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 ParameterDescriptor in org.hibernate.validator.internal.metadata.aggregated
 

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

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

Classes in org.hibernate.validator.internal.metadata.descriptor that implement ParameterDescriptor
 class ParameterDescriptorImpl
          Describes a validated method parameter.
 

Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ParameterDescriptor
 List<ParameterDescriptor> MethodDescriptorImpl.getParameterDescriptors()
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ParameterDescriptor
MethodDescriptorImpl(Class<?> returnType, String name, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, boolean isCascaded, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
 

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

Methods in org.hibernate.validator.method.metadata that return types with arguments of type ParameterDescriptor
 List<ParameterDescriptor> MethodDescriptor.getParameterDescriptors()
          Deprecated.  Returns a list with descriptors for this method's parameters.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.