Package | Description |
---|---|
org.hibernate.validator.ap.internal | |
org.hibernate.validator.ap.internal.checks |
This package contains check implementations used by the annotation processor to verify
constraint declarations.
|
org.hibernate.validator.ap.internal.checks.annotationparameters | |
org.hibernate.validator.ap.internal.classchecks | |
org.hibernate.validator.ap.internal.util |
This package contains helper classes.
|
Class and Description |
---|
Configuration
Provides access to the processor options supported by the Hibernate Validator
annotation processor.
|
MessagerAdapter
Wrapper around
Messager , which adds the ability to format error messages using MessageFormat . |
Class and Description |
---|
AnnotationApiHelper
A helper class providing some useful methods to work with types
from the JSR-269-API.
|
ConstraintHelper
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.
|
Class and Description |
---|
AnnotationApiHelper
A helper class providing some useful methods to work with types
from the JSR-269-API.
|
ConstraintHelper
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.
|
Class and Description |
---|
ConstraintHelper
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.
|
Class and Description |
---|
AnnotationApiHelper
A helper class providing some useful methods to work with types
from the JSR-269-API.
|
AnnotationApiHelper.UnwrapMode |
ConstraintHelper.AnnotationProcessorConstraintTarget
The validation target of a constraint annotation.
|
ConstraintHelper.AnnotationProcessorValidationTarget
Defines the object on which a validation is targeted.
|
ConstraintHelper.AnnotationType
The type of an annotation with respect to the BV API.
|
ConstraintHelper.ConstraintCheckResult
Possible results of a constraint check as returned by
ConstraintHelper.checkConstraint(DeclaredType, TypeMirror) . |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved