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, handledType
public 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>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.