class org.springframework.data.querydsl.binding.QuerydslPathInformation implements org.springframework.data.querydsl.binding.PathInformation
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.data.querydsl.binding.QuerydslPathInformation
super_class: java.lang.Object
{
private final com.querydsl.core.types.Path<?> path;
descriptor: Lcom/querydsl/core/types/Path;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/querydsl/core/types/Path<*>;
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 path 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/querydsl/binding/QuerydslPathInformation;
public java.lang.Class<?> getLeafType();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
invokeinterface com.querydsl.core.types.Path.getType:()Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
Signature: ()Ljava/lang/Class<*>;
public java.lang.Class<?> getLeafParentType();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=1
start local 0 0: aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
invokeinterface com.querydsl.core.types.Path.getMetadata:()Lcom/querydsl/core/types/PathMetadata;
invokevirtual com.querydsl.core.types.PathMetadata.getParent:()Lcom/querydsl/core/types/Path;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new java.lang.IllegalStateException
dup
ldc "Could not obtain metadata for parent node of %s!"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
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
3: StackMap locals: com.querydsl.core.types.Path
StackMap stack:
aload 1
invokeinterface com.querydsl.core.types.Path.getType:()Ljava/lang/Class;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
1 4 1 parent Lcom/querydsl/core/types/Path<*>;
Signature: ()Ljava/lang/Class<*>;
public java.lang.String getLeafProperty();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
invokeinterface com.querydsl.core.types.Path.getMetadata:()Lcom/querydsl/core/types/PathMetadata;
invokevirtual com.querydsl.core.types.PathMetadata.getElement:()Ljava/lang/Object;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
public java.beans.PropertyDescriptor getLeafPropertyDescriptor();
descriptor: ()Ljava/beans/PropertyDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.data.querydsl.binding.QuerydslPathInformation.getLeafParentType:()Ljava/lang/Class;
aload 0
invokevirtual org.springframework.data.querydsl.binding.QuerydslPathInformation.getLeafProperty:()Ljava/lang/String;
invokestatic org.springframework.beans.BeanUtils.getPropertyDescriptor:(Ljava/lang/Class;Ljava/lang/String;)Ljava/beans/PropertyDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public java.lang.String toDotPath();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
invokestatic org.springframework.data.querydsl.QuerydslUtils.toDotPath:(Lcom/querydsl/core/types/Path;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
public com.querydsl.core.types.Path<?> reifyPath(org.springframework.data.querydsl.EntityPathResolver);
descriptor: (Lorg/springframework/data/querydsl/EntityPathResolver;)Lcom/querydsl/core/types/Path;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.data.querydsl.binding.QuerydslPathInformation.path:Lcom/querydsl/core/types/Path;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/querydsl/binding/QuerydslPathInformation;
0 1 1 resolver Lorg/springframework/data/querydsl/EntityPathResolver;
Signature: (Lorg/springframework/data/querydsl/EntityPathResolver;)Lcom/querydsl/core/types/Path<*>;
MethodParameters:
Name Flags
resolver
}
SourceFile: "QuerydslPathInformation.java"