|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterDescriptor | |
---|---|
org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
org.hibernate.validator.method.metadata | This package provides a meta model related to method-level
constraints and as such is an addition to the package javax.validation.metadata
provided by the Bean Validation API. |
Uses of ParameterDescriptor in org.hibernate.validator.metadata |
---|
Classes in org.hibernate.validator.metadata that implement ParameterDescriptor | |
---|---|
class |
ParameterDescriptorImpl
|
Methods in org.hibernate.validator.metadata that return types with arguments of type ParameterDescriptor | |
---|---|
List<ParameterDescriptor> |
MethodDescriptorImpl.getParameterDescriptors()
|
Uses of ParameterDescriptor in org.hibernate.validator.method.metadata |
---|
Methods in org.hibernate.validator.method.metadata that return types with arguments of type ParameterDescriptor | |
---|---|
List<ParameterDescriptor> |
MethodDescriptor.getParameterDescriptors()
Returns a list with descriptors for this method's parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |