public enum Jackson2Annotations extends Enum<Jackson2Annotations>
DotNames of Jackson2 annotations| Modifier and Type | Method and Description |
|---|---|
org.jboss.jandex.DotName |
getDotName() |
String |
getSimpleName() |
static Jackson2Annotations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jackson2Annotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jackson2Annotations JacksonAnnotation
public static final Jackson2Annotations JacksonInject
public static final Jackson2Annotations JsonAnyGetter
public static final Jackson2Annotations JsonAnySetter
public static final Jackson2Annotations JsonAutoDetect
public static final Jackson2Annotations JsonBackReference
public static final Jackson2Annotations JsonClassDescription
public static final Jackson2Annotations JsonCreator
public static final Jackson2Annotations JsonEnumDefaultValue
public static final Jackson2Annotations JsonFilter
public static final Jackson2Annotations JsonFormat
public static final Jackson2Annotations JsonGetter
public static final Jackson2Annotations JsonIdentityInfo
public static final Jackson2Annotations JsonIdentityReference
public static final Jackson2Annotations JsonIgnore
public static final Jackson2Annotations JsonIgnoreProperties
public static final Jackson2Annotations JsonIgnoreType
public static final Jackson2Annotations JsonInclude
public static final Jackson2Annotations JsonManagedReference
public static final Jackson2Annotations JsonProperty
public static final Jackson2Annotations JsonPropertyDescription
public static final Jackson2Annotations JsonPropertyOrder
public static final Jackson2Annotations JsonRawValue
public static final Jackson2Annotations JsonRootName
public static final Jackson2Annotations JsonSetter
public static final Jackson2Annotations JsonSubTypes
public static final Jackson2Annotations JsonTypeId
public static final Jackson2Annotations JsonTypeInfo
public static final Jackson2Annotations JsonTypeName
public static final Jackson2Annotations JsonUnwrapped
public static final Jackson2Annotations JsonValue
public static final Jackson2Annotations JsonView
public static Jackson2Annotations[] values()
for (Jackson2Annotations c : Jackson2Annotations.values()) System.out.println(c);
public static Jackson2Annotations 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 © 2019 JBoss by Red Hat. All rights reserved.