Package com.fasterxml.jackson.annotation
Class ObjectIdGenerator.IdKey
java.lang.Object
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
FieldsModifier and TypeFieldDescriptionprivate final int
final Object
Object for which Object Id was generated: can NOT be null.final Class
<?> Scope of the Object Id (may be null, to denote global)private static final long
final Class
<?> Type ofObjectIdGenerator
used for generating Object Id -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
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. -
hashCode
private final int hashCode
-
-
Constructor Details
-
IdKey
-
-
Method Details