Package | Description |
---|---|
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.descriptor |
Implementation of the Bean Validation meta data API.
|
org.hibernate.validator.internal.properties | |
org.hibernate.validator.internal.properties.javabean | |
org.hibernate.validator.internal.util |
Independent helper classes.
|
Modifier and Type | Method and Description |
---|---|
Set<Signature> |
ExecutableMetaData.getSignatures()
Returns the signature(s) of the method represented by this meta data object, based on the represented
executable's name and its parameter types.
|
Constructor and Description |
---|
BeanDescriptorImpl(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> constrainedProperties,
Map<Signature,ExecutableDescriptorImpl> constrainedMethods,
Map<Signature,ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
BeanDescriptorImpl(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> constrainedProperties,
Map<Signature,ExecutableDescriptorImpl> constrainedMethods,
Map<Signature,ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Modifier and Type | Method and Description |
---|---|
Signature |
Callable.getSignature() |
Modifier and Type | Method and Description |
---|---|
Signature |
JavaBeanExecutable.getSignature() |
Modifier and Type | Method and Description |
---|---|
static Signature |
ExecutableHelper.getSignature(Executable executable) |
static Signature |
ExecutableHelper.getSignature(String name,
Class<?>[] parameterTypes) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved