类 CandidateComponentsIndexLoader

java.lang.Object
cn.taketoday.context.loader.CandidateComponentsIndexLoader

public final class CandidateComponentsIndexLoader extends Object
Candidate components index loading mechanism for internal use within the framework.
从以下版本开始:
4.0 2021/12/9 21:35
作者:
Stephane Nicoll, Harry Yang
  • 字段详细资料

    • COMPONENTS_RESOURCE_LOCATION

      public static final String COMPONENTS_RESOURCE_LOCATION
      The location to look for components.

      Can be present in multiple JAR files.

      另请参阅:
    • IGNORE_INDEX

      public static final String IGNORE_INDEX
      System property that instructs framework to ignore the components index, i.e. to always return null from loadIndex(ClassLoader).

      The default is "false", allowing for regular use of the index. Switching this flag to true fulfills a corner case scenario when an index is partially available for some libraries (or use cases) but couldn't be built for the whole application. In this case, the application context fallbacks to a regular classpath arrangement (i.e. as though no index were present at all).

      另请参阅:
  • 方法详细资料