public class MBeanNotificationInfoStringifier extends MBeanFeatureInfoStringifier implements Stringifier
| Modifier and Type | Field and Description |
|---|---|
static MBeanNotificationInfoStringifier |
DEFAULT |
| Constructor and Description |
|---|
MBeanNotificationInfoStringifier() |
MBeanNotificationInfoStringifier(MBeanFeatureInfoStringifierOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
static String |
toString(MBeanNotificationInfo info) |
public static final MBeanNotificationInfoStringifier DEFAULT
public MBeanNotificationInfoStringifier()
public MBeanNotificationInfoStringifier(MBeanFeatureInfoStringifierOptions options)
public static String toString(MBeanNotificationInfo info)
public String stringify(Object o)
StringifierThe resulting String should be suitable for display to a user.
stringify in interface Stringifiero - the Object for which a String should be producedCopyright © 2017. All rights reserved.