Class ReflectionImpl9
java.lang.Object
com.nerdvision.agent.reflect.impl.ReflectionImpl9
- All Implemented Interfaces:
IReflection
public class ReflectionImpl9 extends java.lang.Object implements IReflection
- Author:
- nwightma
-
Constructor Summary
Constructors Constructor Description ReflectionImpl9() -
Method Summary
Modifier and Type Method Description booleansetAccessible(java.lang.Class clazz, java.lang.reflect.Field field)
-
Constructor Details
-
ReflectionImpl9
public ReflectionImpl9()
-
-
Method Details
-
setAccessible
public boolean setAccessible(java.lang.Class clazz, java.lang.reflect.Field field)- Specified by:
setAccessiblein interfaceIReflection
-