Package | Description |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
BeanDescriptor.getConstraintsForProperty(String propertyName)
Returns 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(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> constrainedProperties,
Map<String,ExecutableDescriptorImpl> constrainedMethods,
Map<String,ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.