public interface com.google.protobuf.Internal$ListAdapter$Converter<F, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.Internal$ListAdapter$Converter
  super_class: java.lang.Object
{
  public abstract T convert();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TF;)TT;
    MethodParameters:
      Name  Flags
      from  
}
Signature: <F:Ljava/lang/Object;T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
  public ListAdapter = com.google.protobuf.Internal$ListAdapter of com.google.protobuf.Internal
  public abstract Converter = com.google.protobuf.Internal$ListAdapter$Converter of com.google.protobuf.Internal$ListAdapter