public class AeshValidatorInvocation<C> extends java.lang.Object implements ValidatorInvocation<java.lang.Object,C>
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
aeshContext |
private C |
command |
private java.lang.Object |
value |
| Constructor and Description |
|---|
AeshValidatorInvocation(java.lang.Object value,
C command,
AeshContext aeshContext) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
getAeshContext() |
C |
getCommand() |
java.lang.Object |
getValue() |
private final java.lang.Object value
private final C command
private final AeshContext aeshContext
public AeshValidatorInvocation(java.lang.Object value,
C command,
AeshContext aeshContext)
public java.lang.Object getValue()
getValue in interface ValidatorInvocation<java.lang.Object,C>public C getCommand()
getCommand in interface ValidatorInvocation<java.lang.Object,C>public AeshContext getAeshContext()
getAeshContext in interface ValidatorInvocation<java.lang.Object,C>