public interface ProfileInjector
修饰符和类型 | 方法及说明 |
---|---|
void |
injectProfile(Model model,
Profile profile,
ModelBuildingRequest request,
ModelProblemCollector problems)
将指定配置文件中的值合并到给定模型中。
|
void injectProfile(Model model, Profile profile, ModelBuildingRequest request, ModelProblemCollector problems)
model
- 将配置文件定义的值合并到其中的模型不能是null
.profile
- 应该注入其值的(只读)配置文件可能是null
.request
- 保存进一步设置的模型构建请求不能是null
.problems
- 用于收集遇到的问题的容器不能是null
.版权所有 © 2001–2019 Apache 软件基金会。版权所有。