public interface EagerActionHandlerValidatorRegistry extends ActionHandlerValidatorRegistry
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
addActionHandlerValidator(Class<A> actionClass,
ActionHandlerValidatorInstance actionHandlerValidatorInstance) |
<A extends Action<R>,R extends Result> |
removeActionHandlerValidator(Class<A> actionClass) |
clearActionHandlerValidators, findActionHandlerValidator, findActionValidator
<A extends Action<R>,R extends Result> void addActionHandlerValidator(Class<A> actionClass, ActionHandlerValidatorInstance actionHandlerValidatorInstance)
Copyright © 2010–2014 Arcbees. All rights reserved.