class org.springframework.data.web.JsonProjectingMethodInterceptorFactory$InputMessageProjecting implements org.aopalliance.intercept.MethodInterceptor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.data.web.JsonProjectingMethodInterceptorFactory$InputMessageProjecting
super_class: java.lang.Object
{
private final com.jayway.jsonpath.DocumentContext context;
descriptor: Lcom/jayway/jsonpath/DocumentContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe constructor JsonProjectingMethodInterceptorFactory.InputMessageProjecting(DocumentContext) is undefined\n\tThe blank final field context may not have been initialized\n\tThe method read(String, Predicate...) in the type ReadContext is not applicable for the arguments (String, JsonProjectingMethodInterceptorFactory.InputMessageProjecting.ResolvableTypeRef)\n\tThe constructor JsonProjectingMethodInterceptorFactory.InputMessageProjecting.ResolvableTypeRef(ResolvableType) is undefined\n\tThe blank final field type 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/web/JsonProjectingMethodInterceptorFactory$InputMessageProjecting;
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation);
descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method read(String, Predicate...) in the type ReadContext is not applicable for the arguments (String, JsonProjectingMethodInterceptorFactory.InputMessageProjecting.ResolvableTypeRef)\n\tThe constructor JsonProjectingMethodInterceptorFactory.InputMessageProjecting.ResolvableTypeRef(ResolvableType) is undefined\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/web/JsonProjectingMethodInterceptorFactory$InputMessageProjecting;
Exceptions:
throws java.lang.Throwable
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
invocation
private static java.util.Collection<java.lang.String> getJsonPaths(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)Ljava/util/Collection;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
1: ldc Lorg/springframework/data/web/JsonPath;
2: invokestatic org.springframework.core.annotation.AnnotationUtils.findAnnotation:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
checkcast org.springframework.data.web.JsonPath
astore 1
start local 1 3: aload 1
ifnull 5
4: aload 1
invokeinterface org.springframework.data.web.JsonPath.value:()[Ljava/lang/String;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
areturn
5: StackMap locals: org.springframework.data.web.JsonPath
StackMap stack:
ldc "$."
new org.springframework.data.projection.Accessor
dup
aload 0
invokespecial org.springframework.data.projection.Accessor.<init>:(Ljava/lang/reflect/Method;)V
invokevirtual org.springframework.data.projection.Accessor.getPropertyName:()Ljava/lang/String;
invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 method Ljava/lang/reflect/Method;
3 6 1 annotation Lorg/springframework/data/web/JsonPath;
Signature: (Ljava/lang/reflect/Method;)Ljava/util/Collection<Ljava/lang/String;>;
MethodParameters:
Name Flags
method
}
SourceFile: "JsonProjectingMethodInterceptorFactory.java"
NestHost: org.springframework.data.web.JsonProjectingMethodInterceptorFactory
InnerClasses:
private InputMessageProjecting = org.springframework.data.web.JsonProjectingMethodInterceptorFactory$InputMessageProjecting of org.springframework.data.web.JsonProjectingMethodInterceptorFactory
private ResolvableTypeRef = org.springframework.data.web.JsonProjectingMethodInterceptorFactory$InputMessageProjecting$ResolvableTypeRef of org.springframework.data.web.JsonProjectingMethodInterceptorFactory$InputMessageProjecting