Dependencies
Declarations
-
com
-
fasterxml
-
jackson
-
annotation
-
JacksonAnnotation
-
JacksonAnnotationValue
-
JacksonAnnotationsInside
-
JacksonInject
-
value(): String
-
useInput(): OptBoolean
-
Value
-
serialVersionUID: long
-
EMPTY: Value
-
_id: Object
-
_useInput: Boolean
-
Value(Object, Boolean): void
-
valueFor(): Class<JacksonInject>
-
empty(): Value
-
construct(Object, Boolean): Value
-
from(JacksonInject): Value
-
forId(Object): Value
-
withId(Object): Value
-
withUseInput(Boolean): Value
-
getId(): Object
-
getUseInput(): Boolean
-
hasId(): boolean
-
willUseInput(boolean): boolean
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
_empty(Object, Boolean): boolean
-
-
-
JsonAlias
-
JsonAnyGetter
-
JsonAnySetter
-
JsonAutoDetect
-
Visibility
-
getterVisibility(): Visibility
-
isGetterVisibility(): Visibility
-
setterVisibility(): Visibility
-
creatorVisibility(): Visibility
-
fieldVisibility(): Visibility
-
Value
-
serialVersionUID: long
-
DEFAULT_FIELD_VISIBILITY: Visibility
-
DEFAULT: Value
-
NO_OVERRIDES: Value
-
_fieldVisibility: Visibility
-
_getterVisibility: Visibility
-
_isGetterVisibility: Visibility
-
_setterVisibility: Visibility
-
_creatorVisibility: Visibility
-
Value(Visibility, Visibility, Visibility, Visibility, Visibility): void
-
defaultVisibility(): Value
-
noOverrides(): Value
-
from(JsonAutoDetect): Value
-
construct(PropertyAccessor, Visibility): Value
-
construct(Visibility, Visibility, Visibility, Visibility, Visibility): Value
-
withFieldVisibility(Visibility): Value
-
withGetterVisibility(Visibility): Value
-
withIsGetterVisibility(Visibility): Value
-
withSetterVisibility(Visibility): Value
-
withCreatorVisibility(Visibility): Value
-
merge(Value, Value): Value
-
withOverrides(Value): Value
-
valueFor(): Class<JsonAutoDetect>
-
getFieldVisibility(): Visibility
-
getGetterVisibility(): Visibility
-
getIsGetterVisibility(): Visibility
-
getSetterVisibility(): Visibility
-
getCreatorVisibility(): Visibility
-
readResolve(): Object
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
_predefined(Visibility, Visibility, Visibility, Visibility, Visibility): Value
-
_equals(Value, Value): boolean
-
-
-
JsonBackReference
-
JsonClassDescription
-
JsonCreator
-
JsonEnumDefaultValue
-
JsonFilter
-
JsonFormat
-
DEFAULT_LOCALE: String
-
DEFAULT_TIMEZONE: String
-
pattern(): String
-
shape(): Shape
-
locale(): String
-
timezone(): String
-
lenient(): OptBoolean
-
with(): Feature[]
-
without(): Feature[]
-
Shape
-
Feature
-
ACCEPT_SINGLE_VALUE_AS_ARRAY: Feature
-
ACCEPT_CASE_INSENSITIVE_PROPERTIES: Feature
-
ACCEPT_CASE_INSENSITIVE_VALUES: Feature
-
WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS: Feature
-
WRITE_DATES_WITH_ZONE_ID: Feature
-
WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPED: Feature
-
WRITE_SORTED_MAP_ENTRIES: Feature
-
ADJUST_DATES_TO_CONTEXT_TIME_ZONE: Feature
-
-
Features
-
_enabled: int
-
_disabled: int
-
EMPTY: Features
-
Features(int, int): void
-
empty(): Features
-
construct(JsonFormat): Features
-
construct(Feature[], Feature[]): Features
-
withOverrides(Features): Features
-
with(Feature[]): Features
-
without(Feature[]): Features
-
get(Feature): Boolean
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
-
Value
-
serialVersionUID: long
-
EMPTY: Value
-
_pattern: String
-
_shape: Shape
-
_locale: Locale
-
_timezoneStr: String
-
_lenient: Boolean
-
_features: Features
-
_timezone: TimeZone
-
Value(): void
-
Value(JsonFormat): void
-
Value(String, Shape, String, String, Features, Boolean): void
-
Value(String, Shape, Locale, TimeZone, Features, Boolean): void
-
Value(String, Shape, Locale, String, TimeZone, Features, Boolean): void
-
Value(String, Shape, Locale, String, TimeZone, Features): void
-
Value(String, Shape, String, String, Features): void
-
Value(String, Shape, Locale, TimeZone, Features): void
-
empty(): Value
-
merge(Value, Value): Value
-
mergeAll(Value[]): Value
-
from(JsonFormat): Value
-
withOverrides(Value): Value
-
forPattern(String): Value
-
forShape(Shape): Value
-
forLeniency(boolean): Value
-
withPattern(String): Value
-
withShape(Shape): Value
-
withLocale(Locale): Value
-
withTimeZone(TimeZone): Value
-
withLenient(Boolean): Value
-
withFeature(Feature): Value
-
withoutFeature(Feature): Value
-
valueFor(): Class<JsonFormat>
-
getPattern(): String
-
getShape(): Shape
-
getLocale(): Locale
-
getLenient(): Boolean
-
isLenient(): boolean
-
timeZoneAsString(): String
-
getTimeZone(): TimeZone
-
hasShape(): boolean
-
hasPattern(): boolean
-
hasLocale(): boolean
-
hasTimeZone(): boolean
-
hasLenient(): boolean
-
getFeature(Feature): Boolean
-
getFeatures(): Features
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
_equal(Object, Object): boolean
-
-
-
JsonGetter
-
JsonIdentityInfo
-
JsonIdentityReference
-
JsonIgnore
-
JsonIgnoreProperties
-
value(): String[]
-
ignoreUnknown(): boolean
-
allowGetters(): boolean
-
allowSetters(): boolean
-
Value
-
serialVersionUID: long
-
EMPTY: Value
-
_ignored: Set<String>
-
_ignoreUnknown: boolean
-
_allowGetters: boolean
-
_allowSetters: boolean
-
_merge: boolean
-
Value(Set<String>, boolean, boolean, boolean, boolean): void
-
from(JsonIgnoreProperties): Value
-
construct(Set<String>, boolean, boolean, boolean, boolean): Value
-
empty(): Value
-
merge(Value, Value): Value
-
mergeAll(Value[]): Value
-
forIgnoredProperties(Set<String>): Value
-
forIgnoredProperties(String[]): Value
-
forIgnoreUnknown(boolean): Value
-
withOverrides(Value): Value
-
withIgnored(Set<String>): Value
-
withIgnored(String[]): Value
-
withoutIgnored(): Value
-
withIgnoreUnknown(): Value
-
withoutIgnoreUnknown(): Value
-
withAllowGetters(): Value
-
withoutAllowGetters(): Value
-
withAllowSetters(): Value
-
withoutAllowSetters(): Value
-
withMerge(): Value
-
withoutMerge(): Value
-
valueFor(): Class<JsonIgnoreProperties>
-
readResolve(): Object
-
getIgnored(): Set<String>
-
findIgnoredForSerialization(): Set<String>
-
findIgnoredForDeserialization(): Set<String>
-
getIgnoreUnknown(): boolean
-
getAllowGetters(): boolean
-
getAllowSetters(): boolean
-
getMerge(): boolean
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
_equals(Value, Value): boolean
-
_asSet(String[]): Set<String>
-
_merge(Set<String>, Set<String>): Set<String>
-
_empty(Set<String>, boolean, boolean, boolean, boolean): boolean
-
-
-
JsonIgnoreType
-
JsonInclude
-
value(): Include
-
content(): Include
-
valueFilter(): Class<Object>
-
contentFilter(): Class<Object>
-
Include
-
Value
-
empty(): Value
-
serialVersionUID: long
-
EMPTY: Value
-
_valueInclusion: Include
-
_contentInclusion: Include
-
_valueFilter: Class<Object>
-
_contentFilter: Class<Object>
-
Value(JsonInclude): void
-
Value(Include, Include, Class<Object>, Class<Object>): void
-
merge(Value, Value): Value
-
mergeAll(Value[]): Value
-
readResolve(): Object
-
withOverrides(Value): Value
-
construct(Include, Include): Value
-
construct(Include, Include, Class<Object>, Class<Object>): Value
-
from(JsonInclude): Value
-
withValueInclusion(Include): Value
-
withValueFilter(Class<Object>): Value
-
withContentFilter(Class<Object>): Value
-
withContentInclusion(Include): Value
-
valueFor(): Class<JsonInclude>
-
getValueInclusion(): Include
-
getContentInclusion(): Include
-
getValueFilter(): Class<Object>
-
getContentFilter(): Class<Object>
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
-
-
JsonIncludeProperties
-
value(): String[]
-
Value
-
hashCode(): int
-
serialVersionUID: long
-
ALL: Value
-
_included: Set<String>
-
Value(Set<String>): void
-
from(JsonIncludeProperties): Value
-
all(): Value
-
valueFor(): Class<JsonIncludeProperties>
-
getIncluded(): Set<String>
-
withOverrides(Value): Value
-
toString(): String
-
equals(Object): boolean
-
_equals(Set<String>, Set<String>): boolean
-
_asSet(String[]): Set<String>
-
-
-
JsonKey
-
JsonManagedReference
-
JsonMerge
-
JsonProperty
-
JsonPropertyDescription
-
JsonPropertyOrder
-
JsonRawValue
-
JsonRootName
-
JsonSetter
-
value(): String
-
nulls(): Nulls
-
contentNulls(): Nulls
-
Value
-
serialVersionUID: long
-
_nulls: Nulls
-
_contentNulls: Nulls
-
EMPTY: Value
-
Value(Nulls, Nulls): void
-
valueFor(): Class<JsonSetter>
-
readResolve(): Object
-
from(JsonSetter): Value
-
construct(Nulls, Nulls): Value
-
empty(): Value
-
merge(Value, Value): Value
-
forValueNulls(Nulls): Value
-
forValueNulls(Nulls, Nulls): Value
-
forContentNulls(Nulls): Value
-
withOverrides(Value): Value
-
withValueNulls(Nulls): Value
-
withValueNulls(Nulls, Nulls): Value
-
withContentNulls(Nulls): Value
-
getValueNulls(): Nulls
-
getContentNulls(): Nulls
-
nonDefaultValueNulls(): Nulls
-
nonDefaultContentNulls(): Nulls
-
toString(): String
-
hashCode(): int
-
equals(Object): boolean
-
_empty(Nulls, Nulls): boolean
-
-
-
JsonSubTypes
-
JsonTypeId
-
JsonTypeInfo
-
JsonTypeName
-
JsonUnwrapped
-
JsonValue
-
JsonView
-
Nulls
-
ObjectIdGenerator
-
getScope(): Class<Object>
-
canUseFor(ObjectIdGenerator<Object>): boolean
-
maySerializeAsObject(): boolean
-
isValidReferencePropertyName(String, Object): boolean
-
forScope(Class<Object>): ObjectIdGenerator<Object>
-
newForSerialization(Object): ObjectIdGenerator<Object>
-
key(Object): IdKey
-
generateId(Object): Object
-
IdKey
-
-
ObjectIdGenerators
-
ObjectIdResolver
-
OptBoolean
-
PropertyAccessor
-
GETTER: PropertyAccessor
-
SETTER: PropertyAccessor
-
CREATOR: PropertyAccessor
-
FIELD: PropertyAccessor
-
IS_GETTER: PropertyAccessor
-
NONE: PropertyAccessor
-
ALL: PropertyAccessor
-
PropertyAccessor(): void
-
creatorEnabled(): boolean
-
getterEnabled(): boolean
-
isGetterEnabled(): boolean
-
setterEnabled(): boolean
-
fieldEnabled(): boolean
-
-
SimpleObjectIdResolver
-
-
annotation
-
jackson
-
fasterxml