org.hibernate.validator.internal.xml
Class MetaConstraintBuilder

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

public class MetaConstraintBuilder
extends Object

Build meta constraint from XML

Author:
Hardy Ferentschik

Method Summary
static
<A extends Annotation>
Annotation
buildAnnotation(AnnotationType annotationType, Class<A> returnType)
           
static
<A extends Annotation>
MetaConstraint<A>
buildMetaConstraint(ConstraintLocation constraintLocation, ConstraintType constraint, ElementType type, String defaultPackage, ConstraintHelper constraintHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildMetaConstraint

public static <A extends Annotation> MetaConstraint<A> buildMetaConstraint(ConstraintLocation constraintLocation,
                                                                           ConstraintType constraint,
                                                                           ElementType type,
                                                                           String defaultPackage,
                                                                           ConstraintHelper constraintHelper)

buildAnnotation

public static <A extends Annotation> Annotation buildAnnotation(AnnotationType annotationType,
                                                                Class<A> returnType)


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