public interface org.springframework.boot.context.config.ConfigDataLoader<R extends org.springframework.boot.context.config.ConfigDataResource>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.config.ConfigDataLoader
  super_class: java.lang.Object
{
  public boolean isLoadable(org.springframework.boot.context.config.ConfigDataLoaderContext, );
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLoaderContext;Lorg/springframework/boot/context/config/ConfigDataResource;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.config.ConfigDataLoader this
        start local 1 // org.springframework.boot.context.config.ConfigDataLoaderContext context
        start local 2 // org.springframework.boot.context.config.ConfigDataResource resource
         0: .line 55
            iconst_1
            ireturn
        end local 2 // org.springframework.boot.context.config.ConfigDataResource resource
        end local 1 // org.springframework.boot.context.config.ConfigDataLoaderContext context
        end local 0 // org.springframework.boot.context.config.ConfigDataLoader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/boot/context/config/ConfigDataLoader<TR;>;
            0    1     1   context  Lorg/springframework/boot/context/config/ConfigDataLoaderContext;
            0    1     2  resource  TR;
    Signature: (Lorg/springframework/boot/context/config/ConfigDataLoaderContext;TR;)Z
    MethodParameters:
          Name  Flags
      context   
      resource  

  public abstract org.springframework.boot.context.config.ConfigData load(org.springframework.boot.context.config.ConfigDataLoaderContext, R);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLoaderContext;Lorg/springframework/boot/context/config/ConfigDataResource;)Lorg/springframework/boot/context/config/ConfigData;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, org.springframework.boot.context.config.ConfigDataResourceNotFoundException
    Signature: (Lorg/springframework/boot/context/config/ConfigDataLoaderContext;TR;)Lorg/springframework/boot/context/config/ConfigData;
    MethodParameters:
          Name  Flags
      context   
      resource  
}
Signature: <R:Lorg/springframework/boot/context/config/ConfigDataResource;>Ljava/lang/Object;
SourceFile: "ConfigDataLoader.java"