Class RequestLoggerConfigurationRegistrar

java.lang.Object
com.foreach.across.modules.logging.config.RequestLoggerConfigurationRegistrar
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware

public class RequestLoggerConfigurationRegistrar extends Object implements org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
Since:
1.1.0
Author:
Marc Vanbrabant
  • Constructor Details

    • RequestLoggerConfigurationRegistrar

      public RequestLoggerConfigurationRegistrar()
  • Method Details

    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • selectImports

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