Class ClassReflection
java.lang.Object
zombie.entity.util.reflect.ClassReflection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConstructorgetConstructor(Class<?> c, Class<?>... parameterTypes) static ConstructorgetDeclaredConstructor(Class<?> c, Class<?>... parameterTypes)
-
Constructor Details
-
ClassReflection
public ClassReflection()
-
-
Method Details
-
getConstructor
public static Constructor getConstructor(Class<?> c, Class<?>... parameterTypes) throws ReflectionException - Throws:
ReflectionException
-
getDeclaredConstructor
public static Constructor getDeclaredConstructor(Class<?> c, Class<?>... parameterTypes) throws ReflectionException - Throws:
ReflectionException
-