interface org.springframework.core.SerializableTypeWrapper$TypeProvider extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.core.SerializableTypeWrapper$TypeProvider
  super_class: java.lang.Object
{
  public abstract java.lang.reflect.Type getType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Object getSource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.SerializableTypeWrapper$TypeProvider this
         0: .line 166
            aconst_null
            areturn
        end local 0 // org.springframework.core.SerializableTypeWrapper$TypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/SerializableTypeWrapper$TypeProvider;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "SerializableTypeWrapper.java"
NestHost: org.springframework.core.SerializableTypeWrapper
InnerClasses:
  abstract TypeProvider = org.springframework.core.SerializableTypeWrapper$TypeProvider of org.springframework.core.SerializableTypeWrapper