Class SpringDataJacksonConfiguration
java.lang.Object
org.springframework.data.web.config.SpringDataJacksonConfiguration
- All Implemented Interfaces:
SpringDataJacksonModules
@Deprecated(since="4.0",
forRemoval=true)
public class SpringDataJacksonConfiguration
extends Object
implements SpringDataJacksonModules
Deprecated, for removal: This API element is subject to removal in a future version.
JavaConfig class to export Jackson specific configuration.
- Author:
- Oliver Gierke, Mark Paluch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.A Jackson module customizing the serialization ofPageImpl
instances depending on theSpringDataWebSettings
handed into the instance. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SpringDataJacksonConfiguration
public SpringDataJacksonConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
jacksonGeoModule
Deprecated, for removal: This API element is subject to removal in a future version. -
pageModule
Deprecated, for removal: This API element is subject to removal in a future version.
-
SpringDataJackson3Configuration
which uses Jackson 3.