public final class LocaleDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Locale>
This class deserializes Locale from LocaleSerializer.
| Constructor and Description |
|---|
LocaleDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Locale |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserializeWithType, getValueClass, getValueType, handledTypepublic Locale deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Locale>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.