public abstract class org.springframework.core.io.support.ResourcePatternUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.core.io.support.ResourcePatternUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.io.support.ResourcePatternUtils this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.core.io.support.ResourcePatternUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/io/support/ResourcePatternUtils;

  public static boolean isUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String resourceLocation
         0: .line 46
            aload 0 /* resourceLocation */
            ifnull 4
         1: .line 47
            aload 0 /* resourceLocation */
            ldc "classpath*:"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 3
         2: .line 48
            aload 0 /* resourceLocation */
            invokestatic org.springframework.util.ResourceUtils.isUrl:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 46
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // java.lang.String resourceLocation
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0  resourceLocation  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                  Name  Flags
      resourceLocation  

  public static org.springframework.core.io.support.ResourcePatternResolver getResourcePatternResolver(org.springframework.core.io.ResourceLoader);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;)Lorg/springframework/core/io/support/ResourcePatternResolver;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.io.ResourceLoader resourceLoader
         0: .line 62
            aload 0 /* resourceLoader */
            instanceof org.springframework.core.io.support.ResourcePatternResolver
            ifeq 2
         1: .line 63
            aload 0 /* resourceLoader */
            checkcast org.springframework.core.io.support.ResourcePatternResolver
            areturn
         2: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* resourceLoader */
            ifnull 4
         3: .line 66
            new org.springframework.core.io.support.PathMatchingResourcePatternResolver
            dup
            aload 0 /* resourceLoader */
            invokespecial org.springframework.core.io.support.PathMatchingResourcePatternResolver.<init>:(Lorg/springframework/core/io/ResourceLoader;)V
            areturn
         4: .line 69
      StackMap locals:
      StackMap stack:
            new org.springframework.core.io.support.PathMatchingResourcePatternResolver
            dup
            invokespecial org.springframework.core.io.support.PathMatchingResourcePatternResolver.<init>:()V
            areturn
        end local 0 // org.springframework.core.io.ResourceLoader resourceLoader
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0  resourceLoader  Lorg/springframework/core/io/ResourceLoader;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      resourceLoader  
}
SourceFile: "ResourcePatternUtils.java"