Uses of Class
org.hibernate.validator.internal.metadata.raw.ConstrainedParameter

Packages that use ConstrainedParameter
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.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
 

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

Constructors in org.hibernate.validator.internal.metadata.aggregated with parameters of type ConstrainedParameter
ParameterMetaData.Builder(Class<?> rootClass, ConstrainedParameter constrainedParameter, ConstraintHelper constraintHelper)
           
 

Uses of ConstrainedParameter in org.hibernate.validator.internal.metadata.raw
 

Methods in org.hibernate.validator.internal.metadata.raw that return ConstrainedParameter
 ConstrainedParameter ConstrainedMethod.getParameterMetaData(int parameterIndex)
          Constraint meta data for the specified parameter.
 

Methods in org.hibernate.validator.internal.metadata.raw that return types with arguments of type ConstrainedParameter
 List<ConstrainedParameter> ConstrainedMethod.getAllParameterMetaData()
          Returns meta data for all parameters of the represented method.
 

Constructor parameters in org.hibernate.validator.internal.metadata.raw with type arguments of type ConstrainedParameter
ConstrainedMethod(ConfigurationSource source, MethodConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.