private static class ObjectMapperProvider.ImmutableSetDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.ImmutableSet>
| Modifier | Constructor and Description |
|---|---|
private |
ObjectMapperProvider.ImmutableSetDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<?> |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
private ObjectMapperProvider.ImmutableSetDeserializer()
public com.google.common.collect.ImmutableSet<?> deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.ImmutableSet>IOExceptionCopyright © 2014. All rights reserved.