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