Uses of Package
org.hibernate.validator.ap.internal.util
Packages that use org.hibernate.validator.ap.internal.util
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
This package contains helper classes.
-
Classes in org.hibernate.validator.ap.internal.util used by org.hibernate.validator.ap.internalClassDescriptionProvides access to the processor options supported by the Hibernate Validator annotation processor.Wrapper around
Messager
, which adds the ability to format error messages usingMessageFormat
. -
Classes in org.hibernate.validator.ap.internal.util used by org.hibernate.validator.ap.internal.checksClassDescriptionA helper class providing some useful methods to work with types from the JSR-269-API.Helper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
-
Classes in org.hibernate.validator.ap.internal.util used by org.hibernate.validator.ap.internal.checks.annotationparametersClassDescriptionA helper class providing some useful methods to work with types from the JSR-269-API.Helper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
-
Classes in org.hibernate.validator.ap.internal.util used by org.hibernate.validator.ap.internal.classchecksClassDescriptionHelper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
-
Classes in org.hibernate.validator.ap.internal.util used by org.hibernate.validator.ap.internal.utilClassDescriptionA helper class providing some useful methods to work with types from the JSR-269-API.The validation target of a constraint annotation.Defines the object on which a validation is targeted.The type of an annotation with respect to the BV API.Possible results of a constraint check as returned by
ConstraintHelper.checkConstraint(DeclaredType, TypeMirror)
.