public static class MethodLogger.DefaultArgumentToString extends Object implements MethodLogger.ArgumentToString
Constructor and Description |
---|
DefaultArgumentToString() |
Modifier and Type | Method and Description |
---|---|
String |
argumentToString(String methodName,
Object object) |
protected String |
toString(Object object)
Returns a String representation of the given object.
|
protected String |
toString(String methodName,
Object object)
Returns a String representation of the given object.
|
public final String argumentToString(String methodName, Object object)
argumentToString
in interface MethodLogger.ArgumentToString
methodName
- the method nameobject
- the argumentprotected String toString(String methodName, Object object)
methodName
- the method nameobject
- the object