com.fasterxml.jackson.annotation

Class ObjectIdGenerator.IdKey

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ObjectIdGenerator<T>


    public static final class ObjectIdGenerator.IdKey
    extends Object
    implements Serializable
    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:
    Serialized Form
    • Constructor Detail

      • ObjectIdGenerator.IdKey

        public ObjectIdGenerator.IdKey(Class<?> type,
                               Class<?> scope,
                               Object key)

Copyright © 2012 FasterXML. All Rights Reserved.