Uses of Class
org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl

Packages that use AnnotationProcessingOptionsImpl
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

Uses of AnnotationProcessingOptionsImpl in org.hibernate.validator.internal.cfg.context
 

Methods in org.hibernate.validator.internal.cfg.context that return AnnotationProcessingOptionsImpl
 AnnotationProcessingOptionsImpl ConstraintMappingContext.getAnnotationProcessingOptions()
           
 

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

Methods in org.hibernate.validator.internal.xml with parameters of type AnnotationProcessingOptionsImpl
static Set<ConstrainedField> ConstrainedFieldBuilder.buildConstrainedFields(List<FieldType> fields, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
static Set<ConstrainedExecutable> ConstrainedGetterBuilder.buildConstrainedGetters(List<GetterType> getterList, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
static List<ConstrainedParameter> ConstrainedParameterBuilder.buildConstrainedParameters(List<ParameterType> parameterList, ExecutableElement executableElement, String defaultPackage, ConstraintHelper constraintHelper, ParameterNameProvider parameterNameProvider, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
static ConstrainedType ConstrainedTypeBuilder.buildConstrainedType(ClassType classType, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions, Map<Class<?>,List<Class<?>>> defaultSequences)
           
static Set<ConstrainedExecutable> ConstrainedExecutableBuilder.buildConstructorConstrainedExecutable(List<ConstructorType> constructors, Class<?> beanClass, String defaultPackage, ParameterNameProvider parameterNameProvider, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
static Set<ConstrainedExecutable> ConstrainedExecutableBuilder.buildMethodConstrainedExecutable(List<MethodType> methods, Class<?> beanClass, String defaultPackage, ParameterNameProvider parameterNameProvider, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



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