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 class0, Class... class1) static Constructor
ClassReflection.getDeclaredConstructor
(Class class0, Class... class1) static Field
ClassReflection.getDeclaredField
(Class _class, String string) static Method
ClassReflection.getDeclaredMethod
(Class class0, String string, Class... class1) static Field
static Method
static <T> T
ClassReflection.newInstance
(Class<T> _class) Constructor.newInstance
(Object... object) void