-
public interface IConfigurationProcessor
-
-
字段概要
字段 修饰符和类型 字段 说明 static ConfigurationProcessorPostLoadingMatcher
GLOBAL
The global matcher.
-
方法概要
修饰符和类型 方法 说明 default @NotNull ConfigurationProcessorPostLoadingMatcher
getMatcher()
Get the matcher of this processor.void
load(Class boot)
void
load(List<String> classes)
-
-
-
字段详细资料
-
GLOBAL
static final ConfigurationProcessorPostLoadingMatcher GLOBAL
The global matcher.
-
-
方法详细资料
-
load
void load(Class boot)
-
getMatcher
@NotNull @Contract(pure=true) default @NotNull ConfigurationProcessorPostLoadingMatcher getMatcher()
Get the matcher of this processor. Should check is not GLOBAL matcher.- 返回:
- The matcher
- 从以下版本开始:
- 2.2
- 另请参阅:
GLOBAL
-
-