org.hibernate.validator.internal.xml
Class ConstrainedGetterBuilder

java.lang.Object
  extended by org.hibernate.validator.internal.xml.ConstrainedGetterBuilder

public class ConstrainedGetterBuilder
extends Object

Builder for constraint getters.

Author:
Hardy Ferentschik

Method Summary
static Set<ConstrainedExecutable> buildConstrainedGetters(List<GetterType> getterList, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildConstrainedGetters

public static Set<ConstrainedExecutable> buildConstrainedGetters(List<GetterType> getterList,
                                                                 Class<?> beanClass,
                                                                 String defaultPackage,
                                                                 ConstraintHelper constraintHelper,
                                                                 AnnotationProcessingOptionsImpl annotationProcessingOptions)


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