public interface ObjectFormatter
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectFormatter.ObjectToClassName
Use class name for string representations of objects.
|
static class |
ObjectFormatter.ObjectToString
Use
object.toString() for string representations of objects. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatToString(java.lang.Object object)
Create string representation of an object.
|
Cinnamon API. Copyright (c) 2015–2021 Lightbend.