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 0: 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 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 start local 1 0: aload 1
invokeinterface org.aopalliance.intercept.MethodInvocation.getMethod:()Ljava/lang/reflect/Method;
astore 2
start local 2 1: aload 2
invokestatic org.springframework.util.ReflectionUtils.isObjectMethod:(Ljava/lang/reflect/Method;)Z
ifeq 3
2: aload 1
invokeinterface org.aopalliance.intercept.MethodInvocation.proceed:()Ljava/lang/Object;
areturn
3: StackMap locals: java.lang.reflect.Method
StackMap stack:
new org.springframework.data.projection.Accessor
dup
aload 2
invokespecial org.springframework.data.projection.Accessor.<init>:(Ljava/lang/reflect/Method;)V
astore 3
start local 3 4: aload 3
invokevirtual org.springframework.data.projection.Accessor.isGetter:()Z
ifeq 6
5: aload 0
getfield org.springframework.data.projection.MapAccessingMethodInterceptor.map:Ljava/util/Map;
aload 3
invokevirtual org.springframework.data.projection.Accessor.getPropertyName:()Ljava/lang/String;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
6: StackMap locals: org.springframework.data.projection.Accessor
StackMap stack:
aload 3
invokevirtual org.springframework.data.projection.Accessor.isSetter:()Z
ifeq 9
7: aload 0
getfield org.springframework.data.projection.MapAccessingMethodInterceptor.map:Ljava/util/Map;
aload 3
invokevirtual org.springframework.data.projection.Accessor.getPropertyName:()Ljava/lang/String;
aload 1
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: aconst_null
areturn
9: 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 end local 2 end local 1 end local 0 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"