Modifier and Type | Field and Description |
---|---|
private OrientBeanMapper |
beanMapper |
Constructor and Description |
---|
OrientIdJsonDeserializer()
The constructor.
|
OrientIdJsonDeserializer(OrientBeanMapper beanMapper)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
OrientId<?> |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
void |
setBeanMapper(OrientBeanMapper beanMapper) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
private OrientBeanMapper beanMapper
public OrientIdJsonDeserializer()
public OrientIdJsonDeserializer(OrientBeanMapper beanMapper)
beanMapper
- the OrientBeanMapper
.@Inject public void setBeanMapper(OrientBeanMapper beanMapper)
beanMapper
- the OrientBeanMapper
to Inject
.public OrientId<?> deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctx) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<OrientId<?>>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2001–2016 mmm-Team. All rights reserved.