Package org.apache.commons.digester3
Class ObjectCreateRule.DeferredConstructionCallback
java.lang.Object
org.apache.commons.digester3.ObjectCreateRule.DeferredConstructionCallback
- All Implemented Interfaces:
net.sf.cglib.proxy.Callback
,net.sf.cglib.proxy.MethodInterceptor
- Enclosing class:
ObjectCreateRule
private static class ObjectCreateRule.DeferredConstructionCallback
extends Object
implements net.sf.cglib.proxy.MethodInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Constructor
<?> (package private) Object[]
(package private) Object
(package private) ArrayList
<RecordedInvocation> -
Constructor Summary
ConstructorsConstructorDescriptionDeferredConstructionCallback
(Constructor<?> constructor, Object[] constructorArgs) -
Method Summary
-
Field Details
-
constructor
Constructor<?> constructor -
constructorArgs
Object[] constructorArgs -
invocations
ArrayList<RecordedInvocation> invocations -
delegate
Object delegate
-
-
Constructor Details
-
DeferredConstructionCallback
DeferredConstructionCallback(Constructor<?> constructor, Object[] constructorArgs)
-
-
Method Details