Class DBAutoConfigurationImportFilter

java.lang.Object
org.padler.thydbadmin.config.DBAutoConfigurationImportFilter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.boot.autoconfigure.AutoConfigurationImportFilter, org.springframework.context.EnvironmentAware

public class DBAutoConfigurationImportFilter
extends java.lang.Object
implements org.springframework.boot.autoconfigure.AutoConfigurationImportFilter, org.springframework.context.EnvironmentAware
  • Constructor Summary

    Constructors 
    Constructor Description
    DBAutoConfigurationImportFilter()  
  • Method Summary

    Modifier and Type Method Description
    boolean[] match​(java.lang.String[] classNames, org.springframework.boot.autoconfigure.AutoConfigurationMetadata metadata)  
    void setEnvironment​(org.springframework.core.env.Environment environment)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setEnvironment

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

      public boolean[] match​(java.lang.String[] classNames, org.springframework.boot.autoconfigure.AutoConfigurationMetadata metadata)
      Specified by:
      match in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter