Uses of Class
org.hibernate.validator.metadata.MethodMetaConstraint

Packages that use MethodMetaConstraint
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Uses of MethodMetaConstraint in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata that return types with arguments of type MethodMetaConstraint
 Iterator<MethodMetaConstraint<?>> AggregatedMethodMetaData.iterator()
          An iterator with the return value constraints of the represented method.
 Iterator<MethodMetaConstraint<?>> MethodMetaData.iterator()
          An iterator with the return value constraints of the represented method.
 Iterator<MethodMetaConstraint<?>> ParameterMetaData.iterator()
           
 

Constructor parameters in org.hibernate.validator.metadata with type arguments of type MethodMetaConstraint
MethodMetaData(Method method, List<MethodMetaConstraint<?>> constraints, boolean isCascading)
           
MethodMetaData(Method method, List<ParameterMetaData> parameterMetaData, List<MethodMetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object.
ParameterMetaData(int index, Class<?> type, String name, List<MethodMetaConstraint<?>> constraints, boolean isCascading)
           
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved