Class AttributeListStringifier
- java.lang.Object
-
- org.glassfish.admin.amx.util.jmx.stringifier.AttributeListStringifier
-
- All Implemented Interfaces:
Stringifier
public final class AttributeListStringifier extends Object implements Stringifier
Creates a String representation of anAttributeList- See Also:
Object.toString()
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeListStringifierDEFAULT
-
Constructor Summary
Constructors Constructor Description AttributeListStringifier()AttributeListStringifier(String delim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringstringify(Object o)Produce a String representation of an object.
-
-
-
Field Detail
-
DEFAULT
public static final AttributeListStringifier DEFAULT
-
-
Constructor Detail
-
AttributeListStringifier
public AttributeListStringifier()
-
AttributeListStringifier
public AttributeListStringifier(String delim)
-
-
Method Detail
-
stringify
public String stringify(Object o)
Description copied from interface:StringifierProduce a String representation of an object. The actual output has no other semantics; each Stringifier may choose to target a particular type of user.The resulting String should be suitable for display to a user.
- Specified by:
stringifyin interfaceStringifier- Parameters:
o- the Object for which a String should be produced
-
-