Package org.hibernate.validator.internal.metadata.core

Examples of org.hibernate.validator.internal.metadata.core.MetaConstraint


    // later we will make copies of this constraint descriptor when needed and adjust the ConstraintOrigin
    ConstraintDescriptorImpl<A> constraintDescriptor = new ConstraintDescriptorImpl<A>(
        constraintLocation.getMember(), annotation, constraintHelper, type, ConstraintOrigin.DEFINED_LOCALLY
    );

    return new MetaConstraint( constraintDescriptor, constraintLocation );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.validator.internal.metadata.core.MetaConstraint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.