com.fasterxml.jackson.annotation
Class ObjectIdGenerators.None

java.lang.Object
  extended by com.fasterxml.jackson.annotation.ObjectIdGenerator<Object>
      extended by com.fasterxml.jackson.annotation.ObjectIdGenerators.None
Enclosing class:
ObjectIdGenerators

public abstract static class ObjectIdGenerators.None
extends ObjectIdGenerator<Object>

Abstract marker class used to allow explicitly specifying that no generator is used; which also implies that no Object Id is to be included or used.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.annotation.ObjectIdGenerator
ObjectIdGenerator.IdKey
 
Constructor Summary
ObjectIdGenerators.None()
           
 
Method Summary
 
Methods inherited from class com.fasterxml.jackson.annotation.ObjectIdGenerator
canUseFor, forScope, generateId, getScope, key, newForSerialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdGenerators.None

public ObjectIdGenerators.None()


Copyright © 2012 FasterXML. All Rights Reserved.