com.fasterxml.jackson.databind.ser.impl
Class WritableObjectId
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generator
public final ObjectIdGenerator<?> generator
serializer
public JsonSerializer<Object> serializer
id
public Object id
WritableObjectId
public WritableObjectId(ObjectIdGenerator<?> generator)
Copyright © 2012 FasterXML. All Rights Reserved.