Package | Description |
---|---|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic.
|
org.hibernate.validator.internal.properties | |
org.hibernate.validator.internal.properties.javabean | |
org.hibernate.validator.internal.util.logging |
Logging classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnnotationProcessingOptionsImpl.areCrossParameterConstraintsIgnoredFor(Constrainable constrainable) |
boolean |
AnnotationProcessingOptions.areCrossParameterConstraintsIgnoredFor(Constrainable constrainable) |
boolean |
AnnotationProcessingOptionsImpl.areMemberConstraintsIgnoredFor(Constrainable constrainable) |
boolean |
AnnotationProcessingOptions.areMemberConstraintsIgnoredFor(Constrainable constrainable) |
boolean |
AnnotationProcessingOptionsImpl.areParameterConstraintsIgnoredFor(Constrainable constrainable,
int index) |
boolean |
AnnotationProcessingOptions.areParameterConstraintsIgnoredFor(Constrainable constrainable,
int index) |
boolean |
AnnotationProcessingOptionsImpl.areReturnValueConstraintsIgnoredFor(Constrainable constrainable) |
boolean |
AnnotationProcessingOptions.areReturnValueConstraintsIgnoredFor(Constrainable constrainable) |
void |
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForCrossParameterConstraint(Constrainable member,
Boolean b) |
void |
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForReturnValue(Constrainable member,
Boolean b) |
void |
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsOnMember(Constrainable member,
Boolean b) |
void |
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsOnParameter(Constrainable member,
int index,
Boolean b) |
Constructor and Description |
---|
ExecutableParameterKey(Constrainable constrainable,
int index) |
Constructor and Description |
---|
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Constrainable constrainable,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
ConstraintLocation.ConstraintLocationKind constraintLocationKind) |
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Constrainable constrainable,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
ConstraintLocation.ConstraintLocationKind constraintLocationKind,
Class<?> implicitGroup,
ConstraintOrigin definedOn,
ConstraintDescriptorImpl.ConstraintType externalConstraintType) |
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Constrainable constrainable,
ConstraintAnnotationDescriptor<T> annotationDescriptor,
ConstraintLocation.ConstraintLocationKind constraintLocationKind,
ConstraintDescriptorImpl.ConstraintType constraintType) |
Modifier and Type | Method and Description |
---|---|
Constrainable |
ParameterConstraintLocation.getConstrainable() |
Constrainable |
ConstraintLocation.getConstrainable()
Returns the member represented by this location.
|
Constrainable |
TypeArgumentConstraintLocation.getConstrainable() |
Modifier and Type | Method and Description |
---|---|
protected <A extends Annotation> |
AnnotationMetaDataProvider.findConstraintAnnotations(Constrainable constrainable,
A annotation,
ConstraintLocation.ConstraintLocationKind type)
Examines the given annotation to see whether it is a single- or multi-valued constraint annotation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Callable |
interface |
Field |
interface |
Getter |
interface |
Property |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaBeanAnnotatedConstrainable |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanConstructor |
class |
JavaBeanExecutable<T extends Executable> |
class |
JavaBeanField |
class |
JavaBeanGetter |
class |
JavaBeanMethod |
Modifier and Type | Method and Description |
---|---|
ConstraintDeclarationException |
Log.getCrossParameterConstraintOnFieldException(Class<? extends Annotation> constraint,
Constrainable field) |
ConstraintDeclarationException |
Log.getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation> constraint,
Constrainable executable) |
ConstraintDeclarationException |
Log.getInvalidUnwrappingConfigurationForConstraintException(Constrainable constrainable,
Class<? extends Annotation> constraint) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved