Uses of Class
org.hibernate.validator.internal.xml.GetterType

Packages that use GetterType
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

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

Fields in org.hibernate.validator.internal.xml with type parameters of type GetterType
protected  List<GetterType> BeanType.getter
           
 

Methods in org.hibernate.validator.internal.xml that return GetterType
 GetterType ObjectFactory.createGetterType()
          Create an instance of GetterType
 

Methods in org.hibernate.validator.internal.xml that return types with arguments of type GetterType
 List<GetterType> BeanType.getGetter()
          Gets the value of the getter property.
 

Method parameters in org.hibernate.validator.internal.xml with type arguments of type GetterType
static Set<ConstrainedExecutable> ConstrainedGetterBuilder.buildConstrainedGetters(List<GetterType> getterList, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



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