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>
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)


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