Interface | Description |
---|---|
SpringDataJacksonModules |
Marker interface to describe configuration classes that ship Jackson modules that are supposed to be added to the
Jackson
ObjectMapper configured for EnableSpringDataWebSupport . |
Class | Description |
---|---|
EnableSpringDataWebSupport.QuerydslActivator |
Import selector to register
QuerydslWebConfiguration as configuration class if Querydsl is on the
classpath. |
EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector |
Import selector to import the appropriate configuration class depending on whether Spring HATEOAS is present on the
classpath.
|
HateoasAwareSpringDataWebConfiguration |
JavaConfig class to register
PagedResourcesAssembler and PagedResourcesAssemblerArgumentResolver . |
QuerydslWebConfiguration |
Querydsl-specific web configuration for Spring Data.
|
SpringDataJacksonConfiguration |
JavaConfig class to export Jackson specific configuration.
|
SpringDataWebConfiguration |
Configuration class to register
PageableHandlerMethodArgumentResolver ,
SortHandlerMethodArgumentResolver and DomainClassConverter . |
Annotation Type | Description |
---|---|
EnableSpringDataWebSupport |
Annotation to automatically register the following beans for usage with Spring MVC.
|
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.