@FunctionalInterface public interface ParameterResolver
| Modifier and Type | Method and Description |
|---|---|
Object |
getResolved(Object object)
Resolves the type of class and returns the function registered.
|
Object getResolved(Object object) throws InvalidArgException, InvalidArgExceptionMsg
object - The object to be tested.InvalidArgException - To allow to check if an error occurred or not.InvalidArgExceptionMsg - To allow to check if an error occurred or not and send only message.Copyright © 2019. All rights reserved.