Package org.openjdk.jmc.agent.impl
Class AbstractConvertable
- java.lang.Object
-
- org.openjdk.jmc.agent.impl.AbstractConvertable
-
- All Implemented Interfaces:
Convertable
- Direct Known Subclasses:
Field
,Parameter
,ResolvedConvertable
,ReturnValue
public abstract class AbstractConvertable extends java.lang.Object implements Convertable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
converterDefinition
-
Constructor Summary
Constructors Constructor Description AbstractConvertable(java.lang.String converterDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConverterDefinition()
The class name of the converter to use.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openjdk.jmc.agent.Convertable
hasConverter
-
-
-
-
Method Detail
-
getConverterDefinition
public java.lang.String getConverterDefinition()
Description copied from interface:Convertable
The class name of the converter to use.- Specified by:
getConverterDefinition
in interfaceConvertable
- Returns:
- the class name of the converter to use, or null, if no converter should be used.
-
-