private static class SerializableTypeWrapper.TypeProxyInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Serializable InvocationHandler used by the proxied Type.
Provides serialization support and enhances any methods that return Type
or Type[].| Modifier and Type | Field and Description |
|---|---|
private SerializableTypeWrapper.TypeProvider |
provider |
| Constructor and Description |
|---|
TypeProxyInvocationHandler(SerializableTypeWrapper.TypeProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
private final SerializableTypeWrapper.TypeProvider provider
public TypeProxyInvocationHandler(SerializableTypeWrapper.TypeProvider provider)