Class ObjectIdGenerator.IdKey
java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ObjectIdGenerator<T>
Simple key class that can be used as a key for
ObjectId-to-POJO mappings, when multiple ObjectId types
and scopes are used.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
Type ofObjectIdGenerator
used for generating Object Id -
scope
Scope of the Object Id (may be null, to denote global) -
key
Object for which Object Id was generated: can NOT be null.
-
-
Constructor Details
-
IdKey
-
-
Method Details