public interface IUnexpectedReflectiveCallHandler
Modifier and Type | Method and Description |
---|---|
void |
classForName(String typeName) |
void |
classNewInstance(Class<?> c) |
void |
constructorNewInstance(Constructor<?> c) |
void |
fieldGet(Object receiver,
Field f) |
void |
fieldSet(Object receiver,
Field f) |
void |
methodInvoke(Object receiver,
Method m) |
void classNewInstance(Class<?> c)
void classForName(String typeName)
void constructorNewInstance(Constructor<?> c)