Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.metadata.core | |
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the
representation of method level constraints.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor() |
Constructor and Description |
---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor) |
Modifier and Type | Method and Description |
---|---|
protected Set<ConstraintDescriptorImpl<?>> |
AbstractConstraintMetaData.asDescriptors(Set<MetaConstraint<?>> constraints) |
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl<A> |
MetaConstraint.getDescriptor() |
Constructor and Description |
---|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
Modifier and Type | Method and Description |
---|---|
protected static Set<ConstraintDescriptorImpl<?>> |
ElementDescriptorImpl.asDescriptors(Set<MetaConstraint<?>> constraints) |
Constructor and Description |
---|
BeanDescriptorImpl(Class<T> beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> properties,
Map<String,MethodDescriptor> methods,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ElementDescriptorImpl(Class<?> type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
MethodDescriptorImpl(Class<?> returnType,
String name,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
boolean isCascaded,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ParameterDescriptorImpl(Class<?> type,
int index,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
PropertyDescriptorImpl(Class<?> returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved