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