static class ProxyFactory.ProxyDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
isUseWriteReplace
a flag which is true this class employs writeReplace to perform serialization of its instances
and false if serialization must employ of a ProxyObjectOutputStream and ProxyObjectInputStream
|
(package private) java.lang.ref.WeakReference |
proxyClass
a hexadecimal string representation of the signature bit sequence.
|
(package private) byte[] |
signature
the unique signature of any method filter whose behaviour will be met by this class.
|
Constructor and Description |
---|
ProxyDetails(byte[] signature,
java.lang.Class proxyClass,
boolean isUseWriteReplace) |
byte[] signature
java.lang.ref.WeakReference proxyClass
boolean isUseWriteReplace