public class ExecutionContextDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.batch.item.ExecutionContext>
ExecutionContext de-serialization. The deserializer
applies the following rule:
It first tests for numeric values:
JsonNode.toString() is add as a String (Including for Arrays)
| Constructor and Description |
|---|
ExecutionContextDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.item.ExecutionContext |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic org.springframework.batch.item.ExecutionContext deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.batch.item.ExecutionContext>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.