| Package | Description |
|---|---|
| org.glassfish.admin.amx.util.jmx.stringifier | |
| org.glassfish.admin.amx.util.stringifier |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeChangeNotificationStringifier
Creates a String representation of an
AttributeChangeNotification |
class |
AttributeListStringifier
Creates a String representation of an
AttributeList |
class |
AttributeStringifier
Creates a String representation of an
Attribute |
class |
CompositeDataStringifier
Creates a String representation of an
CompositeData |
class |
MBeanAttributeInfoStringifier
Creates a String representation of an
MBeanAttributeInfo |
class |
MBeanConstructorInfoStringifier
Creates a String representation of an
MBeanConstructorInfo |
class |
MBeanInfoStringifier
Creates a String representation of an
MBeanInfo |
class |
MBeanNotificationInfoStringifier
Creates a String representation of an
MBeanNotificationInfo |
class |
MBeanOperationInfoStringifier
Creates a String representation of an
MBeanOperationInfo |
class |
MBeanParameterInfoStringifier
Creates a String representation of an
MBeanParameterInfo |
class |
MBeanServerNotificationStringifier
Creates a String representation of an
MBeanServerNotification |
class |
ModelMBeanAttributeInfoStringifier
Creates a String representation of an
MBeanAttributeInfo |
class |
ModelMBeanConstructorInfoStringifier |
class |
ModelMBeanInfoStringifier |
class |
ModelMBeanNotificationInfoStringifier
Creates a String representation of an
MBeanNotificationInfo |
class |
ModelMBeanOperationInfoStringifier |
class |
MonitorNotificationStringifier
Creates a String representation of an
MonitorNotification |
class |
NotificationStringifier
Creates a String representation of an
Notification |
class |
ObjectNameStringifier
Stringifier for an
ObjectName which sorts the properties in the ObjectName
for more consistent and readable output. |
class |
TabularDataStringifier
Creates a String representation of an
TabularData |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayStringifier
Stringifies an array, using an optional array element Stringifier
|
class |
ClassNameStringifier |
class |
CollectionStringifier
Creates a String representation of an
Collection |
class |
InterfacesStringifier
Stringifies an object based on specified interfaces.
|
class |
IteratorStringifier
Stringifies an
Iterator, using an optional element Stringifier |
class |
IteratorStringifierBase
Stringifies an
Iterator, using an optional element Stringifier. |
class |
ObjectStringifier
Useful as a default Stringifier even though it does nothing more than
call toString().
|
class |
ProviderStringifier
Stringifies a java.security.Provider.
|
class |
SmartStringifier
Stringifies an Object in the "best" possible way, using the
StringifierRegistry.DEFAULT registry and/or internal logic.
|
class |
X509CertificateStringifier
Stringifies an
X509Certificate. |
| Modifier and Type | Field and Description |
|---|---|
Stringifier |
CollectionStringifier.mElementStringifier |
Stringifier |
IteratorStringifierBase.mElementStringifier |
| Modifier and Type | Method and Description |
|---|---|
Stringifier |
StringifierRegistry.lookup(Class<?> theClass)
Lookup a Stringifier from a Class.
|
Stringifier |
StringifierRegistryImpl.lookup(Class<?> theClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringifierRegistry.add(Class<?> theClass,
Stringifier stringifier)
Add a mapping from a Class to a Stringifier
|
void |
StringifierRegistryImpl.add(Class<?> theClass,
Stringifier stringifier) |
void |
StringifierRegistryIniterImpl.add(Class theClass,
Stringifier theStringifier) |
void |
StringifierRegistryIniter.add(Class theClass,
Stringifier theStringifier)
Add a mapping from the class to its Stringifier
|
String |
IteratorStringifierBase.stringify(Iterator iter,
String delim,
Stringifier stringifier) |
static String |
ArrayStringifier.stringify(Object[] o,
String delim,
Stringifier stringifier)
Static variant when direct call will suffice.
|
| Constructor and Description |
|---|
ArrayStringifier(Stringifier elementStringifier) |
ArrayStringifier(String delim,
Stringifier elementStringifier) |
ArrayStringifier(String delim,
Stringifier elementStringifier,
boolean addBraces) |
CollectionStringifier(Stringifier elementStringifier) |
CollectionStringifier(String delim,
Stringifier elementStringifier) |
IteratorStringifier(Stringifier elementStringifier) |
IteratorStringifier(String delim,
Stringifier elementStringifier) |
IteratorStringifierBase(Stringifier elementStringifier) |
IteratorStringifierBase(String delim,
Stringifier elementStringifier) |
Copyright © 2019. All rights reserved.