Uses of Class
org.gwizard.config.ConfigModule
-
Uses of ConfigModule in org.gwizard.config
Methods in org.gwizard.config with parameters of type ConfigModuleModifier and TypeMethodDescriptionstatic <C> CConfigProvider.read(ConfigModule<C> configModule, com.fasterxml.jackson.databind.ObjectMapper mapper) Convenience method if we need to read a configuration before the injector is loaded.Constructors in org.gwizard.config with parameters of type ConfigModuleModifierConstructorDescriptionConfigProvider(ConfigModule<T> configModule, com.fasterxml.jackson.databind.ObjectMapper objectMapper)