Class EnableSpringDataWebSupport.QuerydslActivator
java.lang.Object
org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
- All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector
- Enclosing class:
- EnableSpringDataWebSupport
public static class EnableSpringDataWebSupport.QuerydslActivator
extends Object
implements org.springframework.context.annotation.ImportSelector
Import selector to register
QuerydslWebConfiguration
as configuration class if Querydsl is on the
classpath.- Since:
- 1.11
- Author:
- Oliver Gierke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
selectImports
(org.springframework.core.type.AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
QuerydslActivator
public QuerydslActivator()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) - Specified by:
selectImports
in interfaceorg.springframework.context.annotation.ImportSelector
-