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 |
public final Class<?> type
ObjectIdGenerator
used for generating Object Idpublic final Class<?> scope
public final Object key
Copyright © 2008–2021 FasterXML. All rights reserved.