Class Reflection
java.lang.Object
ch.oliumbi.compass.core.reflection.Reflection
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
Reflection
public Reflection()
-
-
Method Details
-
fields
-
field
- Throws:
CompassReflectionException
-
fieldSet
public static void fieldSet(Object object, String name, Object value) throws CompassReflectionException - Throws:
CompassReflectionException
-
fieldGet
- Throws:
CompassReflectionException
-
method
public static Method method(Class<?> clazz, String name, Class<?>... types) throws CompassReflectionException - Throws:
CompassReflectionException
-
invoke
public static Object invoke(Method method, Object target, Object... args) throws CompassReflectionException - Throws:
CompassReflectionException
-
instantiate
- Throws:
CompassReflectionException
-