protected static class AbstractDeclarativeValidator.MethodWrapper extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeclarativeValidator.MethodWrapper(AbstractDeclarativeValidator instance,
Method m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AbstractDeclarativeValidator |
getInstance() |
Method |
getMethod() |
protected void |
handleInvocationTargetException(Throwable targetException,
AbstractDeclarativeValidator.State state) |
int |
hashCode() |
void |
invoke(AbstractDeclarativeValidator.State state) |
boolean |
isMatching(Class<?> param) |
protected AbstractDeclarativeValidator.MethodWrapper(AbstractDeclarativeValidator instance, Method m)
public boolean isMatching(Class<?> param)
public void invoke(AbstractDeclarativeValidator.State state)
protected void handleInvocationTargetException(Throwable targetException, AbstractDeclarativeValidator.State state)
public AbstractDeclarativeValidator getInstance()
public Method getMethod()
Copyright © 2015. All Rights Reserved.