|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jackson.map.Module
org.codehaus.jackson.map.module.SimpleModule
org.springframework.hateoas.hal.Jackson1HalModule
@Deprecated public class Jackson1HalModule
Jackson 1 module implementation to render Link and ResourceSupport instances in HAL compatible JSON.
| Nested Class Summary | |
|---|---|
static class |
Jackson1HalModule.HalHandlerInstantiator
Deprecated. |
static class |
Jackson1HalModule.HalLinkListDeserializer
Deprecated. |
static class |
Jackson1HalModule.HalLinkListSerializer
Deprecated. Custom JsonSerializer to render Link instances in HAL compatible JSON. |
static class |
Jackson1HalModule.HalResourcesDeserializer
Deprecated. |
static class |
Jackson1HalModule.HalResourcesSerializer
Deprecated. Custom JsonSerializer to render Resource-Lists in HAL compatible JSON. |
static class |
Jackson1HalModule.OptionalListSerializer
Deprecated. Custom JsonSerializer to render Objects in HAL compatible JSON. |
| Nested classes/interfaces inherited from class org.codehaus.jackson.map.Module |
|---|
org.codehaus.jackson.map.Module.SetupContext |
| Field Summary |
|---|
| Fields inherited from class org.codehaus.jackson.map.module.SimpleModule |
|---|
_abstractTypes, _deserializers, _keyDeserializers, _keySerializers, _mixins, _name, _serializers, _valueInstantiators, _version |
| Constructor Summary | |
|---|---|
Jackson1HalModule()
Deprecated. Creates a new Jackson1HalModule. |
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jackson.map.module.SimpleModule |
|---|
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, setAbstractTypes, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setSerializers, setupModule, setValueInstantiators, version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jackson1HalModule()
Jackson1HalModule.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||