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


package org.hibernate.validator.internal.metadata.core
Core classes of the internal model used for representing constraints and related metadata.
  • Class
    Description
    An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
    An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
    Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
    Visibility looked at when discovering constraints.
    Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
    Helper used to create MetaConstraints.