Class ObjectIdGenerators.None

java.lang.Object
com.fasterxml.jackson.annotation.ObjectIdGenerator<Object>
com.fasterxml.jackson.annotation.ObjectIdGenerators.None
All Implemented Interfaces:
Serializable
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.
See Also:
  • Constructor Details

    • None

      public None()