Serialized Form


Package com.fasterxml.jackson.annotation

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
Hash code

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.UUIDGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<UUID> implements Serializable

serialVersionUID: 1L



Copyright © 2012 FasterXML. All Rights Reserved.