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 Details

    • QuerydslActivator

      public QuerydslActivator()
  • Method Details

    • selectImports

      public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
      Specified by:
      selectImports in interface org.springframework.context.annotation.ImportSelector