com.fasterxml.jackson.annotation
Class ObjectIdGenerators.None
java.lang.Object
com.fasterxml.jackson.annotation.ObjectIdGenerator<Object>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIdGenerators.None
public ObjectIdGenerators.None()
Copyright © 2012 FasterXML. All Rights Reserved.