Class ObjectIdGenerators.None
java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerator<Object>
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerators.None
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ObjectIdGenerators
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerator
ObjectIdGenerator.IdKey
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerator
canUseFor, forScope, generateId, getScope, isValidReferencePropertyName, key, maySerializeAsObject, newForSerialization
-
Constructor Details
-
None
public None()
-