interface org.springframework.boot.context.properties.source.CachingConfigurationPropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.source.CachingConfigurationPropertySource
  super_class: java.lang.Object
{
  public abstract org.springframework.boot.context.properties.source.ConfigurationPropertyCaching getCaching();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyCaching;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public static org.springframework.boot.context.properties.source.ConfigurationPropertyCaching find(org.springframework.boot.context.properties.source.ConfigurationPropertySource);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyCaching;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         0: .line 40
            aload 0 /* source */
            instanceof org.springframework.boot.context.properties.source.CachingConfigurationPropertySource
            ifeq 2
         1: .line 41
            aload 0 /* source */
            checkcast org.springframework.boot.context.properties.source.CachingConfigurationPropertySource
            invokeinterface org.springframework.boot.context.properties.source.CachingConfigurationPropertySource.getCaching:()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyCaching;
            areturn
         2: .line 43
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "CachingConfigurationPropertySource.java"