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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe class name of the converter to use.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openjdk.jmc.agent.Convertable
hasConverter
-
Field Details
-
converterDefinition
-
-
Constructor Details
-
AbstractConvertable
-
-
Method Details
-
getConverterDefinition
Description copied from interface:ConvertableThe class name of the converter to use.- Specified by:
getConverterDefinitionin interfaceConvertable- Returns:
- the class name of the converter to use, or null, if no converter should be used.
-