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. 
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

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<?> beanClass, 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 ConstrainedExecutable.getParameterMetaData(int parameterIndex)
          Constraint meta data for the specified parameter.
 ConstrainedParameter ConstrainedParameter.merge(ConstrainedParameter other)
          Creates a new constrained parameter object by merging this and the given other parameter.
 

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

Methods in org.hibernate.validator.internal.metadata.raw with parameters of type ConstrainedParameter
 ConstrainedParameter ConstrainedParameter.merge(ConstrainedParameter other)
          Creates a new constrained parameter object by merging this and the given other parameter.
 

Constructor parameters in org.hibernate.validator.internal.metadata.raw with type arguments of type ConstrainedParameter
ConstrainedExecutable(ConfigurationSource source, ExecutableConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new executable meta data object.
 

Uses of ConstrainedParameter in org.hibernate.validator.internal.xml
 

Methods in org.hibernate.validator.internal.xml that return types with arguments of type ConstrainedParameter
static List<ConstrainedParameter> ConstrainedParameterBuilder.buildConstrainedParameters(List<ParameterType> parameterList, ExecutableElement executableElement, String defaultPackage, ConstraintHelper constraintHelper, ParameterNameProvider parameterNameProvider, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved