- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.BaseFieldFormatter
-
- All Implemented Interfaces:
IFieldFormatter
- Direct Known Subclasses:
ArrayFormatter
,BoolFormatter
,CStringFieldFormatter
,DoubleFormatter
,EnumFormatter
,FloatFormatter
,J9ClassFieldFormatter
,J9ConstantPoolFieldFormatter
,J9MethodFieldFormatter
,J9ObjectFieldFormatter
,J9SRPFormatter
,PointerFormatter
,ScalarFormatter
,StructureFormatter
,StructurePointerFormatter
,VoidFormatter
public abstract class BaseFieldFormatter extends Object implements IFieldFormatter
Default field formatter with empty implementations for preFormat, format and postFormat
-
-
Constructor Summary
Constructors Constructor Description BaseFieldFormatter()
-
-
-
Field Detail
-
logger
protected static final Logger logger
-
-