com.fasterxml.jackson.databind.ser.impl
Class WritableObjectId

java.lang.Object
  extended by com.fasterxml.jackson.databind.ser.impl.WritableObjectId

public final class WritableObjectId
extends Object

Simple value container used to keep track of Object Ids during serialization.


Field Summary
 com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator
           
 Object id
           
 JsonSerializer<Object> serializer
           
 
Constructor Summary
WritableObjectId(com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator

public final com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator

serializer

public JsonSerializer<Object> serializer

id

public Object id
Constructor Detail

WritableObjectId

public WritableObjectId(com.fasterxml.jackson.annotation.ObjectIdGenerator<?> generator)


Copyright © 2012 fasterxml.com. All Rights Reserved.