class org.springframework.data.projection.MapAccessingMethodInterceptor implements org.aopalliance.intercept.MethodInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.data.projection.MapAccessingMethodInterceptor
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, java.lang.Object> map;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      lombok.NonNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        lombok.NonNull()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.data.projection.MapAccessingMethodInterceptor this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe blank final field map may not have been initialized\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.data.projection.MapAccessingMethodInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/projection/MapAccessingMethodInterceptor;

  public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation);
    descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.data.projection.MapAccessingMethodInterceptor this
        start local 1 // org.aopalliance.intercept.MethodInvocation invocation
         0: .line 49
            aload 1 /* invocation */
            invokeinterface org.aopalliance.intercept.MethodInvocation.getMethod:()Ljava/lang/reflect/Method;
            astore 2 /* method */
        start local 2 // java.lang.reflect.Method method
         1: .line 51
            aload 2 /* method */
            invokestatic org.springframework.util.ReflectionUtils.isObjectMethod:(Ljava/lang/reflect/Method;)Z
            ifeq 3
         2: .line 52
            aload 1 /* invocation */
            invokeinterface org.aopalliance.intercept.MethodInvocation.proceed:()Ljava/lang/Object;
            areturn
         3: .line 55
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            new org.springframework.data.projection.Accessor
            dup
            aload 2 /* method */
            invokespecial org.springframework.data.projection.Accessor.<init>:(Ljava/lang/reflect/Method;)V
            astore 3 /* accessor */
        start local 3 // org.springframework.data.projection.Accessor accessor
         4: .line 57
            aload 3 /* accessor */
            invokevirtual org.springframework.data.projection.Accessor.isGetter:()Z
            ifeq 6
         5: .line 58
            aload 0 /* this */
            getfield org.springframework.data.projection.MapAccessingMethodInterceptor.map:Ljava/util/Map;
            aload 3 /* accessor */
            invokevirtual org.springframework.data.projection.Accessor.getPropertyName:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         6: .line 59
      StackMap locals: org.springframework.data.projection.Accessor
      StackMap stack:
            aload 3 /* accessor */
            invokevirtual org.springframework.data.projection.Accessor.isSetter:()Z
            ifeq 9
         7: .line 60
            aload 0 /* this */
            getfield org.springframework.data.projection.MapAccessingMethodInterceptor.map:Ljava/util/Map;
            aload 3 /* accessor */
            invokevirtual org.springframework.data.projection.Accessor.getPropertyName:()Ljava/lang/String;
            aload 1 /* invocation */
            invokeinterface org.aopalliance.intercept.MethodInvocation.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 61
            aconst_null
            areturn
         9: .line 64
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Should never get here!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.springframework.data.projection.Accessor accessor
        end local 2 // java.lang.reflect.Method method
        end local 1 // org.aopalliance.intercept.MethodInvocation invocation
        end local 0 // org.springframework.data.projection.MapAccessingMethodInterceptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/springframework/data/projection/MapAccessingMethodInterceptor;
            0   10     1  invocation  Lorg/aopalliance/intercept/MethodInvocation;
            1   10     2      method  Ljava/lang/reflect/Method;
            4   10     3    accessor  Lorg/springframework/data/projection/Accessor;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()
    MethodParameters:
            Name  Flags
      invocation  
}
SourceFile: "MapAccessingMethodInterceptor.java"