Class HalJacksonModule
java.lang.Object
tools.jackson.databind.JacksonModule
tools.jackson.databind.module.SimpleModule
org.springframework.hateoas.mediatype.hal.HalJacksonModule
- All Implemented Interfaces:
Serializable,tools.jackson.core.Versioned
public class HalJacksonModule
extends tools.jackson.databind.module.SimpleModule
Jackson 2 module implementation to render
Link and RepresentationModel instances in HAL compatible
JSON.- Author:
- Alexander Baetz, Oliver Gierke, Jeffrey Walraven
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHelper to easily map embedded resources and find out whether they were curied.static classHandlerInstantiator to create HAL-specific serializers, deserializers etc.static classstatic classCustomValueSerializerto render Link instances in HAL compatible JSON.static classstatic classCustomValueSerializerto renderEntityModel-Lists in HAL compatible JSON.static classCustomValueSerializerto render Link instances in HAL compatible JSON.static classValueSerializerto only renderBooleanvalues if they're set to true.Nested classes/interfaces inherited from class tools.jackson.databind.JacksonModule
tools.jackson.databind.JacksonModule.SetupContext -
Field Summary
Fields inherited from class tools.jackson.databind.module.SimpleModule
_abstractTypes, _defaultNullKeySerializer, _defaultNullValueSerializer, _deserializerModifier, _deserializers, _id, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAlreadyRegisteredIn(tools.jackson.databind.json.JsonMapper mapper) Returns whether the module was already registered in the givenJsonMapper.Methods inherited from class tools.jackson.databind.module.SimpleModule
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getRegistrationId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDefaultNullKeySerializer, setDefaultNullValueSerializer, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, versionMethods inherited from class tools.jackson.databind.JacksonModule
getDependencies
-
Constructor Details
-
HalJacksonModule
public HalJacksonModule()
-
-
Method Details
-
isAlreadyRegisteredIn
public static boolean isAlreadyRegisteredIn(tools.jackson.databind.json.JsonMapper mapper) Returns whether the module was already registered in the givenJsonMapper.- Parameters:
mapper- must not be null.- Returns:
-