Package 

Class EnodeConfigurationSelector

  • All Implemented Interfaces:
    org.springframework.context.annotation.DeferredImportSelector , org.springframework.context.annotation.ImportSelector

    @Order() 
    public class EnodeConfigurationSelector
     implements DeferredImportSelector
                        

    A DeferredImportSelector implementation with the lowest order to import a EnodeBootstrapRegistrar as late as possible. EnodeAutoConfiguration as late as possible.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<String> selectImports(AnnotationMetadata importingClassMetadata)
      • Methods inherited from class org.springframework.context.annotation.DeferredImportSelector

        getImportGroup
      • Methods inherited from class org.springframework.context.annotation.ImportSelector

        getExclusionFilter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait