org.hibernate.validator.internal.xml
Class ConstrainedTypeBuilder

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

public class ConstrainedTypeBuilder
extends Object

Builder for constraint types.

Author:
Hardy Ferentschik

Method Summary
static ConstrainedType buildConstrainedType(ClassType classType, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions, Map<Class<?>,List<Class<?>>> defaultSequences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildConstrainedType

public static ConstrainedType buildConstrainedType(ClassType classType,
                                                   Class<?> beanClass,
                                                   String defaultPackage,
                                                   ConstraintHelper constraintHelper,
                                                   AnnotationProcessingOptionsImpl annotationProcessingOptions,
                                                   Map<Class<?>,List<Class<?>>> defaultSequences)


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