Class EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector

java.lang.Object
org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
All Implemented Interfaces:
Aware, ImportSelector, ResourceLoaderAware
Enclosing class:
EnableSpringDataWebSupport

public static class EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector extends Object implements ImportSelector, ResourceLoaderAware
Import selector to import the appropriate configuration class depending on whether Spring HATEOAS is present on the classpath. We need to register the HATEOAS specific class first as apparently only the first class implementing WebMvcConfigurationSupport gets callbacks invoked (see https://jira.springsource.org/browse/SPR-10565).
Author:
Oliver Gierke, Jens Schauder