public interface LazyCGLIB extends Serializable
Implementations of this class need to provide a writeReplace() methor required during Java serialization.
Modifier and Type | Method and Description |
---|---|
Class |
interceptedClass()
Returns the Class instance for the class to be intercepted.
|
ClassMolder |
interceptedClassMolder()
Returns the ClassMolder of the object intercepted.
|
Boolean |
interceptedHasMaterialized() |
Identity |
interceptedIdentity()
Returns the identity of the object (class) intercepted.
|
Object |
writeReplace()
Implementation of writeReplace specific to lazy loading.
|
Object writeReplace() throws ObjectStreamException
ObjectStreamException
- If the replace activity failed.Class interceptedClass()
Identity interceptedIdentity()
ClassMolder interceptedClassMolder()
Boolean interceptedHasMaterialized()
Copyright © 2014. All rights reserved.