| 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)
|