Uses of Class
de.themoep.utils.ReflectionUtils.WrongTypeException
-
Uses of ReflectionUtils.WrongTypeException in de.themoep.utils
Modifier and TypeMethodDescriptionstatic Method
Get a methodReflectionUtils.registerField
(String className, String name, Class<?> fieldType) Register a new field with the ReflectionUtilsReflectionUtils.registerMethod
(String className, String methodName, Class<?> returnType, Class<?>... parameters) Register a new method with the ReflectionUtils