Uses of Class
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey

Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.annotation
 

Methods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKey
 ObjectIdGenerator.IdKey ObjectIdGenerators.IntSequenceGenerator.key(Object key)
           
 ObjectIdGenerator.IdKey ObjectIdGenerators.UUIDGenerator.key(Object key)
           
abstract  ObjectIdGenerator.IdKey ObjectIdGenerator.key(Object key)
          Method for constructing key to use for ObjectId-to-POJO maps.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.