public static final class ObjectIdGenerator.IdKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Object |
key
Object for which Object Id was generated: can NOT be null.
|
Class<?> |
scope
Scope of the Object Id (may be null, to denote global)
|
Class<?> |
type
Type of
ObjectIdGenerator used for generating Object Id |
Constructor and Description |
---|
ObjectIdGenerator.IdKey(Class<?> type,
Class<?> scope,
Object key) |
public final Class<?> type
ObjectIdGenerator
used for generating Object Idpublic final Class<?> scope
public final Object key
Copyright © 2008–2016 FasterXML. All rights reserved.