Class Jackson2HalModule
java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.module.SimpleModule
org.springframework.hateoas.mediatype.hal.Jackson2HalModule
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned,Serializable
public class Jackson2HalModule
extends com.fasterxml.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 classCustomJsonSerializerto render Link instances in HAL compatible JSON.static classstatic classCustomJsonSerializerto renderEntityModel-Lists in HAL compatible JSON.static classCustomJsonSerializerto render Link instances in HAL compatible JSON.static classJsonSerializerto only renderBooleanvalues if they're set to true.Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.Module.SetupContext -
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.module.SimpleModule
_abstractTypes, _deserializerModifier, _deserializers, _hasExplicitName, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAlreadyRegisteredIn(com.fasterxml.jackson.databind.ObjectMapper mapper) Returns whether the module was already registered in the givenObjectMapper.Methods inherited from class com.fasterxml.jackson.databind.module.SimpleModule
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, versionMethods inherited from class com.fasterxml.jackson.databind.Module
getDependencies
-
Constructor Details
-
Jackson2HalModule
public Jackson2HalModule()
-
-
Method Details
-
isAlreadyRegisteredIn
public static boolean isAlreadyRegisteredIn(com.fasterxml.jackson.databind.ObjectMapper mapper) Returns whether the module was already registered in the givenObjectMapper.- Parameters:
mapper- must not be null.- Returns:
-