public enum JacksonAnnotations extends Enum<JacksonAnnotations>
DotNames of Jackson annotations| Modifier and Type | Method and Description |
|---|---|
org.jboss.jandex.DotName |
getDotName() |
String |
getSimpleName() |
static JacksonAnnotations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JacksonAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JacksonAnnotations JacksonAnnotation
public static final JacksonAnnotations JsonAnyGetter
public static final JacksonAnnotations JsonAnySetter
public static final JacksonAnnotations JsonAutoDetect
public static final JacksonAnnotations JsonBackReference
public static final JacksonAnnotations JsonCreator
public static final JacksonAnnotations JsonGetter
public static final JacksonAnnotations JsonIgnore
public static final JacksonAnnotations JsonIgnoreProperties
public static final JacksonAnnotations JsonIgnoreType
public static final JacksonAnnotations JsonManagedReference
public static final JacksonAnnotations JsonProperty
public static final JacksonAnnotations JsonPropertyOrder
public static final JacksonAnnotations JsonRawValue
public static final JacksonAnnotations JsonSetter
public static final JacksonAnnotations JsonSubTypes
public static final JacksonAnnotations JsonTypeInfo
public static final JacksonAnnotations JsonTypeName
public static final JacksonAnnotations JsonUnwrapped
public static final JacksonAnnotations JsonValue
public static final JacksonAnnotations JsonWriteNullProperties
public static JacksonAnnotations[] values()
for (JacksonAnnotations c : JacksonAnnotations.values()) System.out.println(c);
public static JacksonAnnotations valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.jboss.jandex.DotName getDotName()
public String getSimpleName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.