Uses of Class
zombie.entity.util.reflect.ReflectionException
Packages that use ReflectionException
-
Uses of ReflectionException in zombie.entity.util.reflect
Methods in zombie.entity.util.reflect that throw ReflectionExceptionModifier and TypeMethodDescriptionstatic Class
static Constructor
ClassReflection.getConstructor
(Class clazz, Class... clazzs) static Constructor
ClassReflection.getDeclaredConstructor
(Class clazz, Class... clazzs) static Field
ClassReflection.getDeclaredField
(Class clazz, String string) static Method
ClassReflection.getDeclaredMethod
(Class clazz, String string, Class... clazzs) static Field
static Method
static <T> T
ClassReflection.newInstance
(Class<T> clazz) Constructor.newInstance
(Object... objects) void