public interface org.springframework.format.AnnotationFormatterFactory<A extends java.lang.annotation.Annotation>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.format.AnnotationFormatterFactory
  super_class: java.lang.Object
{
  public abstract java.util.Set<java.lang.Class<?>> getFieldTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Ljava/lang/Class<*>;>;

  public abstract org.springframework.format.Printer<?> getPrinter(A, java.lang.Class<?>);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Lorg/springframework/format/Printer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TA;Ljava/lang/Class<*>;)Lorg/springframework/format/Printer<*>;
    MethodParameters:
            Name  Flags
      annotation  
      fieldType   

  public abstract org.springframework.format.Parser<?> getParser(A, java.lang.Class<?>);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Lorg/springframework/format/Parser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TA;Ljava/lang/Class<*>;)Lorg/springframework/format/Parser<*>;
    MethodParameters:
            Name  Flags
      annotation  
      fieldType   
}
Signature: <A::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;
SourceFile: "AnnotationFormatterFactory.java"