public class KongaJSONGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>
| Modifier and Type | Field and Description |
|---|---|
protected int |
_nextValue |
protected Class<?> |
_scope |
| Modifier | Constructor and Description |
|---|---|
protected |
KongaJSONGenerator() |
protected |
KongaJSONGenerator(Class<?> scope,
int nextValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator<?> gen) |
com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef> |
forScope(Class<?> scope) |
KongaRef |
generateId(Object forPojo) |
Class<?> |
getScope() |
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey |
key(Object key) |
com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef> |
newForSerialization(Object context) |
protected transient int _nextValue
protected final Class<?> _scope
protected KongaJSONGenerator()
protected KongaJSONGenerator(Class<?> scope, int nextValue)
public Class<?> getScope()
getScope in class com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>public boolean canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator<?> gen)
canUseFor in class com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>public com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef> forScope(Class<?> scope)
forScope in class com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>public com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef> newForSerialization(Object context)
newForSerialization in class com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>public com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey key(Object key)
key in class com.fasterxml.jackson.annotation.ObjectIdGenerator<KongaRef>Copyright © 2016. All rights reserved.