public interface com.fasterxml.jackson.databind.annotation.JsonAppend$Prop extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: com.fasterxml.jackson.databind.annotation.JsonAppend$Prop
super_class: java.lang.Object
{
public abstract java.lang.Class<? extends com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter> value();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<+Lcom/fasterxml/jackson/databind/ser/VirtualBeanPropertyWriter;>;
public abstract java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: ""
public abstract java.lang.String namespace();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: ""
public abstract com.fasterxml.jackson.annotation.JsonInclude$Include include();
descriptor: ()Lcom/fasterxml/jackson/annotation/JsonInclude$Include;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: com.fasterxml.jackson.annotation.JsonInclude$Include.NON_NULL:Lcom/fasterxml/jackson/annotation/JsonInclude$Include;
public abstract boolean required();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: false
public abstract java.lang.Class<?> type();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<*>;
AnnotationDefault: Ljava/lang/Object;
}
SourceFile: "JsonAppend.java"
NestHost: com.fasterxml.jackson.databind.annotation.JsonAppend
InnerClasses:
public final Include = com.fasterxml.jackson.annotation.JsonInclude$Include of com.fasterxml.jackson.annotation.JsonInclude
public abstract Prop = com.fasterxml.jackson.databind.annotation.JsonAppend$Prop of com.fasterxml.jackson.databind.annotation.JsonAppend