public interface 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.core.convert.converter.ConverterRegistry
  super_class: java.lang.Object
{
  public abstract void addConverter(org.springframework.core.convert.converter.Converter<?, ?>);
    descriptor: (Lorg/springframework/core/convert/converter/Converter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/convert/converter/Converter<**>;)V
    MethodParameters:
           Name  Flags
      converter  

  public abstract <S, T> void addConverter(java.lang.Class<S>, java.lang.Class<T>, org.springframework.core.convert.converter.Converter<? super S, ? extends T>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <S:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;Ljava/lang/Class<TT;>;Lorg/springframework/core/convert/converter/Converter<-TS;+TT;>;)V
    MethodParameters:
            Name  Flags
      sourceType  
      targetType  
      converter   

  public abstract void addConverter(org.springframework.core.convert.converter.GenericConverter);
    descriptor: (Lorg/springframework/core/convert/converter/GenericConverter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      converter  

  public abstract void addConverterFactory(org.springframework.core.convert.converter.ConverterFactory<?, ?>);
    descriptor: (Lorg/springframework/core/convert/converter/ConverterFactory;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/convert/converter/ConverterFactory<**>;)V
    MethodParameters:
         Name  Flags
      factory  

  public abstract void removeConvertible(java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      sourceType  
      targetType  
}
SourceFile: "ConverterRegistry.java"