Interface ObjectFormatter
-
- All Known Implementing Classes:
ObjectFormatter.ObjectToClassName
,ObjectFormatter.ObjectToString
public interface ObjectFormatter
Create string representations of objects tagged or logged in traces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ObjectFormatter.ObjectToClassName
Use class name for string representations of objects.static class
ObjectFormatter.ObjectToString
Useobject.toString()
for string representations of objects.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatToString(java.lang.Object object)
Create string representation of an object.
-