public class org.springframework.data.spel.spi.Function
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.spel.spi.Function
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object target;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // java.lang.reflect.Method method
         0: .line 51
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            invokespecial org.springframework.data.spel.spi.Function.<init>:(Ljava/lang/reflect/Method;Ljava/lang/Object;)V
         1: .line 53
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ldc "Method must be static!"
            invokestatic org.springframework.util.Assert.isTrue:(ZLjava/lang/String;)V
         2: .line 54
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/data/spel/spi/Function;
            0    3     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public void <init>(java.lang.reflect.Method, java.lang.Object);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Object target
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 1 /* method */
            ldc "Method must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 65
            aload 2 /* target */
            ifnonnull 3
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifne 3
            iconst_0
            goto 4
      StackMap locals: org.springframework.data.spel.spi.Function java.lang.reflect.Method java.lang.Object
      StackMap stack:
         3: iconst_1
         4: .line 66
      StackMap locals:
      StackMap stack: int
            ldc "Method must either be static or a non-static one with a target object!"
         5: .line 65
            invokestatic org.springframework.util.Assert.isTrue:(ZLjava/lang/String;)V
         6: .line 68
            aload 0 /* this */
            aload 1 /* method */
            putfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
         7: .line 69
            aload 0 /* this */
            aload 2 /* target */
            putfield org.springframework.data.spel.spi.Function.target:Ljava/lang/Object;
         8: .line 70
            return
        end local 2 // java.lang.Object target
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/springframework/data/spel/spi/Function;
            0    9     1  method  Ljava/lang/reflect/Method;
            0    9     2  target  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      method  
      target  

  public java.lang.Object invoke(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // java.lang.Object[] arguments
         0: .line 81
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            aload 1 /* arguments */
            arraylength
            if_icmpne 2
         1: .line 82
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.target:Ljava/lang/Object;
            aload 1 /* arguments */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            astore 2 /* types */
        start local 2 // java.lang.Class[] types
         3: .line 86
            aload 2 /* types */
            aload 2 /* types */
            arraylength
            iconst_1
            isub
            aaload
            astore 3 /* tailType */
        start local 3 // java.lang.Class tailType
         4: .line 88
            aload 3 /* tailType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 22
         5: .line 90
            new java.util.ArrayList
            dup
            aload 2 /* types */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* argumentsToUse */
        start local 4 // java.util.List argumentsToUse
         6: .line 93
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 94
      StackMap locals: org.springframework.data.spel.spi.Function java.lang.Object[] java.lang.Class[] java.lang.Class java.util.List int
      StackMap stack:
            aload 4 /* argumentsToUse */
            aload 1 /* arguments */
            iload 5 /* i */
            aaload
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 93
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 2 /* types */
            arraylength
            iconst_1
            isub
            if_icmplt 8
        end local 5 // int i
        11: .line 98
            aload 3 /* tailType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            aload 1 /* arguments */
            arraylength
            aload 2 /* types */
            arraylength
            isub
            iconst_1
            iadd
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 5 /* varargs */
        start local 5 // java.lang.Object[] varargs
        12: .line 99
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        13: .line 101
            aload 2 /* types */
            arraylength
            iconst_1
            isub
            istore 7 /* i */
        start local 7 // int i
        14: goto 17
        15: .line 102
      StackMap locals: org.springframework.data.spel.spi.Function java.lang.Object[] java.lang.Class[] java.lang.Class java.util.List java.lang.Object[] int int
      StackMap stack:
            aload 5 /* varargs */
            iload 6 /* count */
            iinc 6 /* count */ 1
            aload 1 /* arguments */
            iload 7 /* i */
            aaload
            aastore
        16: .line 101
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 7 /* i */
            aload 1 /* arguments */
            arraylength
            if_icmplt 15
        end local 7 // int i
        18: .line 105
            aload 4 /* argumentsToUse */
            aload 5 /* varargs */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        19: .line 107
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.target:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* argumentsToUse */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 20
            aload 4 /* argumentsToUse */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            goto 21
      StackMap locals: org.springframework.data.spel.spi.Function java.lang.Object[] java.lang.Class[] java.lang.Class java.util.List java.lang.Object[] int
      StackMap stack: java.lang.reflect.Method java.lang.Object java.lang.Object[] java.lang.Object[] int
        20: aload 4 /* argumentsToUse */
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
      StackMap locals: org.springframework.data.spel.spi.Function java.lang.Object[] java.lang.Class[] java.lang.Class java.util.List java.lang.Object[] int
      StackMap stack: java.lang.reflect.Method java.lang.Object java.lang.Object[] java.lang.Object[] int java.lang.Object
        21: aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 6 // int count
        end local 5 // java.lang.Object[] varargs
        end local 4 // java.util.List argumentsToUse
        22: .line 110
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Could not invoke method %s for arguments %s!"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            aastore
            dup
            iconst_1
            aload 1 /* arguments */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.Class tailType
        end local 2 // java.lang.Class[] types
        end local 1 // java.lang.Object[] arguments
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Lorg/springframework/data/spel/spi/Function;
            0   23     1       arguments  [Ljava/lang/Object;
            3   23     2           types  [Ljava/lang/Class;
            4   23     3        tailType  Ljava/lang/Class<*>;
            6   22     4  argumentsToUse  Ljava/util/List<Ljava/lang/Object;>;
            7   11     5               i  I
           12   22     5         varargs  [Ljava/lang/Object;
           13   22     6           count  I
           14   18     7               i  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      arguments  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.spel.spi.Function this
         0: .line 119
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/spel/spi/Function;

  public java.lang.Class<?> getDeclaringClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.spel.spi.Function this
         0: .line 128
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/spel/spi/Function;
    Signature: ()Ljava/lang/Class<*>;

  public boolean supports(java.util.List<org.springframework.core.convert.TypeDescriptor>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // java.util.List argumentTypes
         0: .line 138
            aload 1 /* argumentTypes */
            invokestatic org.springframework.data.util.ParameterTypes.of:(Ljava/util/List;)Lorg/springframework/data/util/ParameterTypes;
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual org.springframework.data.util.ParameterTypes.areValidFor:(Ljava/lang/reflect/Method;)Z
            ireturn
        end local 1 // java.util.List argumentTypes
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/springframework/data/spel/spi/Function;
            0    1     1  argumentTypes  Ljava/util/List<Lorg/springframework/core/convert/TypeDescriptor;>;
    Signature: (Ljava/util/List<Lorg/springframework/core/convert/TypeDescriptor;>;)Z
    MethodParameters:
               Name  Flags
      argumentTypes  

  public int getParameterCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.spel.spi.Function this
         0: .line 147
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            ireturn
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/spel/spi/Function;

  public boolean supportsExact(java.util.List<org.springframework.core.convert.TypeDescriptor>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // java.util.List argumentTypes
         0: .line 157
            aload 1 /* argumentTypes */
            invokestatic org.springframework.data.util.ParameterTypes.of:(Ljava/util/List;)Lorg/springframework/data/util/ParameterTypes;
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual org.springframework.data.util.ParameterTypes.exactlyMatchParametersOf:(Ljava/lang/reflect/Method;)Z
            ireturn
        end local 1 // java.util.List argumentTypes
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/springframework/data/spel/spi/Function;
            0    1     1  argumentTypes  Ljava/util/List<Lorg/springframework/core/convert/TypeDescriptor;>;
    Signature: (Ljava/util/List<Lorg/springframework/core/convert/TypeDescriptor;>;)Z
    MethodParameters:
               Name  Flags
      argumentTypes  

  public boolean isSignatureEqual(org.springframework.data.spel.spi.Function);
    descriptor: (Lorg/springframework/data/spel/spi/Function;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.spel.spi.Function this
        start local 1 // org.springframework.data.spel.spi.Function other
         0: .line 168
            aload 0 /* this */
            invokevirtual org.springframework.data.spel.spi.Function.getName:()Ljava/lang/String;
            aload 1 /* other */
            invokevirtual org.springframework.data.spel.spi.Function.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 169
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            aload 1 /* other */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            if_icmpne 4
         2: .line 170
            aload 0 /* this */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            aload 1 /* other */
            getfield org.springframework.data.spel.spi.Function.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 4
         3: .line 168
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // org.springframework.data.spel.spi.Function other
        end local 0 // org.springframework.data.spel.spi.Function this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/springframework/data/spel/spi/Function;
            0    5     1  other  Lorg/springframework/data/spel/spi/Function;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "Function.java"