public interface org.springframework.format.FormatterRegistry extends org.springframework.core.convert.converter.ConverterRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.format.FormatterRegistry
  super_class: java.lang.Object
{
  public abstract void addFormatter(org.springframework.format.Formatter<?>);
    descriptor: (Lorg/springframework/format/Formatter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/format/Formatter<*>;)V
    MethodParameters:
           Name  Flags
      formatter  

  public abstract void addFormatterForFieldType(java.lang.Class<?>, org.springframework.format.Formatter<?>);
    descriptor: (Ljava/lang/Class;Lorg/springframework/format/Formatter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Lorg/springframework/format/Formatter<*>;)V
    MethodParameters:
           Name  Flags
      fieldType  
      formatter  

  public abstract void addFormatterForFieldType(java.lang.Class<?>, org.springframework.format.Printer<?>, org.springframework.format.Parser<?>);
    descriptor: (Ljava/lang/Class;Lorg/springframework/format/Printer;Lorg/springframework/format/Parser;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Lorg/springframework/format/Printer<*>;Lorg/springframework/format/Parser<*>;)V
    MethodParameters:
           Name  Flags
      fieldType  
      printer    
      parser     

  public abstract void addFormatterForFieldAnnotation(org.springframework.format.AnnotationFormatterFactory<? extends java.lang.annotation.Annotation>);
    descriptor: (Lorg/springframework/format/AnnotationFormatterFactory;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/format/AnnotationFormatterFactory<+Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                            Name  Flags
      annotationFormatterFactory  
}
SourceFile: "FormatterRegistry.java"