public class CrossParameterConstraintLocation extends Object implements ConstraintLocation
ConstraintLocation representing all the parameters of a method or
constructor; Used for cross-parameter constraints.| Constructor and Description |
|---|
CrossParameterConstraintLocation(ExecutableElement executableElement) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getBeanClass() |
ElementType |
getElementType() |
Member |
getMember() |
Type |
typeOfAnnotatedElement()
Returns the type of the element at this constraint location.
|
public CrossParameterConstraintLocation(ExecutableElement executableElement)
public Class<?> getBeanClass()
getBeanClass in interface ConstraintLocationpublic Type typeOfAnnotatedElement()
ConstraintLocationtypeOfAnnotatedElement in interface ConstraintLocationpublic ElementType getElementType()
getElementType in interface ConstraintLocationpublic Member getMember()
getMember in interface ConstraintLocationCopyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved