org.hibernate.validator.internal.xml
Class ConstrainedFieldBuilder

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

public class ConstrainedFieldBuilder
extends Object

Builder for constraint fields.

Author:
Hardy Ferentschik

Method Summary
static Set<ConstrainedField> buildConstrainedFields(List<FieldType> fields, 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

buildConstrainedFields

public static Set<ConstrainedField> buildConstrainedFields(List<FieldType> fields,
                                                           Class<?> beanClass,
                                                           String defaultPackage,
                                                           ConstraintHelper constraintHelper,
                                                           AnnotationProcessingOptionsImpl annotationProcessingOptions)


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