Serialized Form


Package com.fasterxml.jackson.annotation

Class com.fasterxml.jackson.annotation.JsonFormat.Value extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_pattern

String _pattern

_shape

JsonFormat.Shape _shape

_locale

Locale _locale

_timezoneStr

String _timezoneStr

_features

JsonFormat.Features _features
Since:
2.6

Class com.fasterxml.jackson.annotation.JsonInclude.Value extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

_valueInclusion

JsonInclude.Include _valueInclusion

_contentInclusion

JsonInclude.Include _contentInclusion

Class com.fasterxml.jackson.annotation.ObjectIdGenerator extends Object implements Serializable

Class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type
Type of ObjectIdGenerator used for generating Object Id


scope

Class<T> scope
Scope of the Object Id (may be null, to denote global)


key

Object key
Object for which Object Id was generated: can NOT be null.


hashCode

int hashCode

Class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Integer> implements Serializable

serialVersionUID: 1L

Class com.fasterxml.jackson.annotation.ObjectIdGenerators.None extends ObjectIdGenerator<Object> implements Serializable

Class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<Object> implements Serializable

serialVersionUID: 1L

Class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<String> implements Serializable

serialVersionUID: 1L

Class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<UUID> implements Serializable

serialVersionUID: 1L



Copyright © 2008–2016 FasterXML. All rights reserved.