public interface org.springframework.format.Formatter<T> extends org.springframework.format.Printer<T>, org.springframework.format.Parser<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.format.Formatter
  super_class: java.lang.Object
{
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/springframework/format/Printer<TT;>;Lorg/springframework/format/Parser<TT;>;
SourceFile: "Formatter.java"