Class ProviderStringifier
- java.lang.Object
-
- org.glassfish.admin.amx.util.stringifier.ProviderStringifier
-
- All Implemented Interfaces:
Stringifier
public final class ProviderStringifier extends Object implements Stringifier
Stringifies a java.security.Provider.
-
-
Field Summary
Fields Modifier and Type Field Description static ProviderStringifierDEFAULT
-
Constructor Summary
Constructors Constructor Description ProviderStringifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringstringify(Object object)Produce a String representation of an object.
-
-
-
Field Detail
-
DEFAULT
public static final ProviderStringifier DEFAULT
-
-
Method Detail
-
stringify
public String stringify(Object object)
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:
object- the Object for which a String should be produced
-
-