public class com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
super_class: java.lang.Object
{
private final com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type _type;
descriptor: Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String _name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type, java.lang.String);
descriptor: (Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._type:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
2: aload 0
aload 2
putfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._name:Ljava/lang/String;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
0 4 1 t Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
0 4 2 n Ljava/lang/String;
MethodParameters:
Name Flags
t
n
public static com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty managed(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
dup
getstatic com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type.MANAGED_REFERENCE:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
aload 0
invokespecial com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty.<init>:(Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public static com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty back(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
dup
getstatic com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type.BACK_REFERENCE:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
aload 0
invokespecial com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty.<init>:(Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type getType();
descriptor: ()Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._type:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
public boolean isManagedReference();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._type:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
getstatic com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type.MANAGED_REFERENCE:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
public boolean isBackReference();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty._type:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
getstatic com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type.BACK_REFERENCE:Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty;
}
SourceFile: "AnnotationIntrospector.java"
NestHost: com.fasterxml.jackson.databind.AnnotationIntrospector
InnerClasses:
public ReferenceProperty = com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty of com.fasterxml.jackson.databind.AnnotationIntrospector
public final Type = com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type of com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty