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 Object implements Convertable
  • Field Details

    • converterDefinition

      private final String converterDefinition
  • Constructor Details

    • AbstractConvertable

      public AbstractConvertable(String converterDefinition)
  • Method Details

    • getConverterDefinition

      public String getConverterDefinition()
      Description copied from interface: Convertable
      The class name of the converter to use.
      Specified by:
      getConverterDefinition in interface Convertable
      Returns:
      the class name of the converter to use, or null, if no converter should be used.