Uses of Class
net.morimekta.config.ConfigSupplier
-
-
Uses of ConfigSupplier in net.morimekta.config
Methods in net.morimekta.config that return ConfigSupplier Modifier and Type Method Description ConfigSupplier<ConfigType>ConfigSupplier. addChangeListener(ConfigChangeListener<ConfigType> listener)ConfigSupplier<ConfigType>ConfigSupplier. addEventListener(ConfigEventListener listener)static <ConfigType>
ConfigSupplier<ConfigType>ConfigSupplier. yamlConfig(Class<ConfigType> type)Load config as YAML, just using available jackson modules.static <ConfigType>
ConfigSupplier<ConfigType>ConfigSupplier. yamlConfig(Class<ConfigType> type, Consumer<com.fasterxml.jackson.databind.ObjectMapper> initMapper)Load config as YAML.
-