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 |
---|---|
ConstructorDescriptor |
BeanDescriptor.getConstraintsForConstructor(Class<?>... parameterTypes)
Returns a constructor descriptor for the given constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstructorDescriptor> |
BeanDescriptor.getConstrainedConstructors()
Returns a set with descriptors for the constrained constructors of the
bean represented by this descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableDescriptorImpl
Describes a validated constructor or method.
|
Modifier and Type | Method and Description |
---|---|
ConstructorDescriptor |
BeanDescriptorImpl.getConstraintsForConstructor(Class<?>... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Set<ConstructorDescriptor> |
BeanDescriptorImpl.getConstrainedConstructors() |
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 © 2017 JBoss by Red Hat. All rights reserved.