@FunctionalInterface public interface ParameterResolver
| Modifier and Type | Method and Description |
|---|---|
Object |
getResolved(Object object,
Class type)
Resolves the type of class and returns the function registered.
|
Object getResolved(Object object, Class type) throws InvalidArgumentException
object - The object to be tested.InvalidArgumentExceptionCopyright © 2019. All rights reserved.