| 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 |
|---|---|
MethodDescriptor |
BeanDescriptor.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes)
Returns a method descriptor for the given method.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MethodDescriptor> |
BeanDescriptor.getConstrainedMethods(MethodType methodType,
MethodType... methodTypes)
Returns a set with descriptors for the constrained methods 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 |
|---|---|
MethodDescriptor |
BeanDescriptorImpl.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodDescriptor> |
BeanDescriptorImpl.getConstrainedMethods(MethodType methodType,
MethodType... methodTypes) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.