Package | Description |
---|---|
javax.validation.metadata | |
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 |
---|---|
PropertyDescriptor |
BeanDescriptor.getConstraintsForProperty(String propertyName)
Return the property descriptor for a given property.
|
Modifier and Type | Method and Description |
---|---|
Set<PropertyDescriptor> |
BeanDescriptor.getConstrainedProperties()
Returns a set of property descriptors having at least one constraint defined
or marked as cascaded (
@Valid |
Modifier and Type | Class and Description |
---|---|
class |
PropertyDescriptorImpl
Describes a validated property.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
BeanDescriptorImpl.getConstraintsForProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Set<PropertyDescriptor> |
BeanDescriptorImpl.getConstrainedProperties() |
Constructor and Description |
---|
BeanDescriptorImpl(Class<T> beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> properties,
Map<String,MethodDescriptor> methods,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.