|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
public class CrossParameterConstraintLocation
A ConstraintLocation representing all the parameters of a method or
constructor; Used for cross-parameter constraints.
| Constructor Summary | |
|---|---|
CrossParameterConstraintLocation(ExecutableElement executableElement)
|
|
| Method Summary | |
|---|---|
Class<?> |
getBeanClass()
Returns the class on which the constraint is defined. |
ElementType |
getElementType()
Returns the ElementType on which the constraint is defined. |
Member |
getMember()
Returns the member the constraint is defined on. |
Type |
typeOfAnnotatedElement()
Returns the type of the element at this constraint location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrossParameterConstraintLocation(ExecutableElement executableElement)
| Method Detail |
|---|
public Class<?> getBeanClass()
ConstraintLocation
getBeanClass in interface ConstraintLocationpublic Type typeOfAnnotatedElement()
ConstraintLocation
typeOfAnnotatedElement in interface ConstraintLocationpublic ElementType getElementType()
ConstraintLocationElementType on which the constraint is defined.
getElementType in interface ConstraintLocationElementType on which the constraint is defined.public Member getMember()
ConstraintLocation
getMember in interface ConstraintLocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||