Package | Description |
---|---|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Method and Description |
---|---|
protected ConstraintDescriptorImpl.ConstraintType |
TypeConstraintMappingContextImpl.getConstraintType() |
protected abstract ConstraintDescriptorImpl.ConstraintType |
ConstraintMappingContextImplBase.getConstraintType()
Returns the type of constraints hosted on the element configured by this creational context.
|
protected ConstraintDescriptorImpl.ConstraintType |
PropertyConstraintMappingContextImpl.getConstraintType() |
protected ConstraintDescriptorImpl.ConstraintType |
ReturnValueConstraintMappingContextImpl.getConstraintType() |
protected ConstraintDescriptorImpl.ConstraintType |
ParameterConstraintMappingContextImpl.getConstraintType() |
protected ConstraintDescriptorImpl.ConstraintType |
CrossParameterConstraintMappingContextImpl.getConstraintType() |
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl.ConstraintType |
ConstraintDescriptorImpl.getConstraintType() |
static ConstraintDescriptorImpl.ConstraintType |
ConstraintDescriptorImpl.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintDescriptorImpl.ConstraintType[] |
ConstraintDescriptorImpl.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Member member,
T annotation,
ElementType type,
Class<?> implicitGroup,
ConstraintOrigin definedOn,
ConstraintDescriptorImpl.ConstraintType externalConstraintType) |
ConstraintDescriptorImpl(ConstraintHelper constraintHelper,
Member member,
T annotation,
ElementType type,
ConstraintDescriptorImpl.ConstraintType constraintType) |
Modifier and Type | Method and Description |
---|---|
ConstraintDefinitionException |
Log.getComposedAndComposingConstraintsHaveDifferentTypesException(String composedConstraintTypeName,
String composingConstraintTypeName,
ConstraintDescriptorImpl.ConstraintType composedConstraintType,
ConstraintDescriptorImpl.ConstraintType composingConstraintType) |
ConstraintDefinitionException |
Log_$logger.getComposedAndComposingConstraintsHaveDifferentTypesException(String composedConstraintTypeName,
String composingConstraintTypeName,
ConstraintDescriptorImpl.ConstraintType composedConstraintType,
ConstraintDescriptorImpl.ConstraintType composingConstraintType) |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
MetaConstraintBuilder.buildMetaConstraint(ConstraintLocation constraintLocation,
ConstraintType constraint,
ElementType type,
String defaultPackage,
ConstraintHelper constraintHelper,
ConstraintDescriptorImpl.ConstraintType constraintType) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved