com.fasterxml.jackson.annotation
Class ObjectIdGenerator.IdKey
java.lang.Object
   com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
- Enclosing class:
- ObjectIdGenerator<T>
- public static final class ObjectIdGenerator.IdKey 
- extends Object
Simple key class that can be used as a key for
 ObjectId-to-POJO mappings, when multiple ObjectId types
 and scopes are used.
 
 
 
ObjectIdGenerator.IdKey
public ObjectIdGenerator.IdKey(Class<?> type,
                               Class<?> scope,
                               Object key)
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
Copyright © 2012 fasterxml.com. All Rights Reserved.