Class MBeanConstructorInfoStringifier
- java.lang.Object
-
- org.glassfish.admin.amx.util.jmx.stringifier.MBeanFeatureInfoStringifier
-
- org.glassfish.admin.amx.util.jmx.stringifier.MBeanConstructorInfoStringifier
-
- All Implemented Interfaces:
Stringifier
- Direct Known Subclasses:
ModelMBeanConstructorInfoStringifier
public class MBeanConstructorInfoStringifier extends MBeanFeatureInfoStringifier implements Stringifier
Creates a String representation of anMBeanConstructorInfo- See Also:
Object.toString()
-
-
Field Summary
Fields Modifier and Type Field Description static MBeanConstructorInfoStringifierDEFAULT
-
Constructor Summary
Constructors Constructor Description MBeanConstructorInfoStringifier()MBeanConstructorInfoStringifier(MBeanFeatureInfoStringifierOptions options)
-
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 MBeanConstructorInfoStringifier DEFAULT
-
-
Constructor Detail
-
MBeanConstructorInfoStringifier
public MBeanConstructorInfoStringifier()
-
MBeanConstructorInfoStringifier
public MBeanConstructorInfoStringifier(MBeanFeatureInfoStringifierOptions options)
-
-
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
-
-