Class RecordedInvocation
java.lang.Object
org.apache.commons.digester3.RecordedInvocation
Detached representation of a method invocation.
From Commons [proxy] v2 branch.
- Since:
- 3.2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecordedInvocation(Method invokedMethod, Object[] arguments) Create a new RecordedInvocation instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconvert(StringBuilder buffer, Object input) Add a string representation ofinputtobuffer.Object[]Get the arguments.Get the invokedMethod.toString()
-
Field Details
-
invokedMethod
-
arguments
-
-
Constructor Details
-
RecordedInvocation
-
-
Method Details
-
getInvokedMethod
-
getArguments
-
toString
-
convert
Add a string representation ofinputtobuffer.- Parameters:
buffer- the buffer to append the string representation of the input object.input- the input object has to be serialized to string.
-