public class AeshValidatorInvocation<C> extends Object implements ValidatorInvocation<Object,C>
| Constructor and Description |
|---|
AeshValidatorInvocation(Object value,
C command,
AeshContext aeshContext) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
getAeshContext() |
C |
getCommand() |
Object |
getValue() |
public AeshValidatorInvocation(Object value, C command, AeshContext aeshContext)
public Object getValue()
getValue in interface ValidatorInvocation<Object,C>public C getCommand()
getCommand in interface ValidatorInvocation<Object,C>public AeshContext getAeshContext()
getAeshContext in interface ValidatorInvocation<Object,C>Copyright © 2022 JBoss by Red Hat. All rights reserved.