public class MonitorNotificationStringifier extends NotificationStringifier
NotificationStringifier.Options| Modifier and Type | Field and Description |
|---|---|
static MonitorNotificationStringifier |
DEFAULT |
mOptions| Constructor and Description |
|---|
MonitorNotificationStringifier() |
MonitorNotificationStringifier(NotificationStringifier.Options options) |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
_stringify, append, toStringpublic static final MonitorNotificationStringifier DEFAULT
public MonitorNotificationStringifier()
public MonitorNotificationStringifier(NotificationStringifier.Options options)
public String stringify(Object o)
StringifierThe resulting String should be suitable for display to a user.
stringify in interface Stringifierstringify in class NotificationStringifiero - the Object for which a String should be producedCopyright © 2017. All rights reserved.