Uses of Class
org.nuiton.config.plugin.model.ConfigModel
-
Packages that use ConfigModel Package Description org.nuiton.config.plugin org.nuiton.config.plugin.io org.nuiton.config.plugin.templates -
-
Uses of ConfigModel in org.nuiton.config.plugin
Methods in org.nuiton.config.plugin that return ConfigModel Modifier and Type Method Description ConfigModelGenerateMojo. getConfigModel() -
Uses of ConfigModel in org.nuiton.config.plugin.io
Methods in org.nuiton.config.plugin.io that return ConfigModel Modifier and Type Method Description ConfigModelConfigModelIO. read(Path path)ConfigModelConfigModelIOIniImpl. read(Path path)ConfigModelConfigModelIOTomlImpl. read(Path path)ConfigModelConfigModelIOYamlImpl. read(Path path)Methods in org.nuiton.config.plugin.io with parameters of type ConfigModel Modifier and Type Method Description voidConfigModelIO. write(ConfigModel model, Path path)voidConfigModelIOIniImpl. write(ConfigModel configModel, Path path)voidConfigModelIOTomlImpl. write(ConfigModel configModel, Path path)voidConfigModelIOYamlImpl. write(ConfigModel configModel, Path path) -
Uses of ConfigModel in org.nuiton.config.plugin.templates
Methods in org.nuiton.config.plugin.templates that return ConfigModel Modifier and Type Method Description ConfigModelApplicationConfigTransformerConfig. getConfigModel()
-