public interface Invokable
Modifier and Type | Method and Description |
---|---|
Method |
getMethodByName(String methodName,
Class<?> targetClass) |
boolean |
hasMethod(String methodName,
Class<?> theTargetClass) |
<T> T |
invoke(Class<T> targetClass,
Object... values) |
Object |
invoke(Method method,
Object theInstance,
Object... values) |
Object |
invoke(String methodName,
Object theInstance,
Object... values) |
void |
register(TranslateType castable,
Class type) |
Method getMethodByName(String methodName, Class<?> targetClass)
void register(TranslateType castable, Class type)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.