|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodMetaConstraint | |
|---|---|
| org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
| Uses of MethodMetaConstraint in org.hibernate.validator.metadata |
|---|
| Methods in org.hibernate.validator.metadata that return types with arguments of type MethodMetaConstraint | |
|---|---|
java.util.Iterator<MethodMetaConstraint<?>> |
ParameterMetaData.iterator()
|
java.util.Iterator<MethodMetaConstraint<?>> |
MethodMetaData.iterator()
An iterator with the return value constraints of the represented method. |
java.util.Iterator<MethodMetaConstraint<?>> |
AggregatedMethodMetaData.iterator()
An iterator with the return value constraints of the represented method. |
| Constructor parameters in org.hibernate.validator.metadata with type arguments of type MethodMetaConstraint | |
|---|---|
MethodMetaData(java.lang.reflect.Method method,
java.util.List<MethodMetaConstraint<?>> constraints,
boolean isCascading)
|
|
MethodMetaData(java.lang.reflect.Method method,
java.util.List<ParameterMetaData> parameterMetaData,
java.util.List<MethodMetaConstraint<?>> returnValueConstraints,
boolean isCascading)
Creates a new method meta data object. |
|
ParameterMetaData(int index,
java.lang.Class<?> type,
java.lang.String name,
java.util.List<MethodMetaConstraint<?>> constraints,
boolean isCascading)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||