Uses of Class
net.morimekta.tiny.server.config.ConfigSupplier
-
Packages that use ConfigSupplier Package Description net.morimekta.tiny.server.config -
-
Uses of ConfigSupplier in net.morimekta.tiny.server.config
Methods in net.morimekta.tiny.server.config that return ConfigSupplier Modifier and Type Method Description static <ConfigType>
ConfigSupplier<ConfigType>ConfigSupplier. yamlConfig(Class<ConfigType> type)static <ConfigType>
ConfigSupplier<ConfigType>ConfigSupplier. yamlConfig(Class<ConfigType> type, Consumer<com.fasterxml.jackson.databind.ObjectMapper> initMapper)
-