|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.jackson.databind.JsonDeserializer<T>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<List<Link>>
org.springframework.hateoas.hal.Jackson2HalModule.HalLinkListDeserializer
public static class Jackson2HalModule.HalLinkListDeserializer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer |
|---|
com.fasterxml.jackson.databind.JsonDeserializer.None |
| Field Summary |
|---|
| Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer |
|---|
_valueClass |
| Constructor Summary | |
|---|---|
Jackson2HalModule.HalLinkListDeserializer()
|
|
| Method Summary | |
|---|---|
List<Link> |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
|
com.fasterxml.jackson.databind.JsonDeserializer<Object> |
getContentDeserializer()
|
com.fasterxml.jackson.databind.JavaType |
getContentType()
|
| Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase |
|---|
findBackReference |
| Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer |
|---|
_hasTextualNull, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble |
| Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer |
|---|
deserialize, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jackson2HalModule.HalLinkListDeserializer()
| Method Detail |
|---|
public com.fasterxml.jackson.databind.JavaType getContentType()
getContentType in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<List<Link>>public com.fasterxml.jackson.databind.JsonDeserializer<Object> getContentDeserializer()
getContentDeserializer in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<List<Link>>
public List<Link> 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<List<Link>>IOException
com.fasterxml.jackson.core.JsonProcessingException
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||