Index

C G I O P R V 
All Classes and Interfaces|All Packages

C

configClass() - Method in class org.gwizard.config.ConfigModule
 
ConfigClass - Annotation Interface in org.gwizard.config
Qualifier for the Class<?> of the user configuration object
configFile() - Method in class org.gwizard.config.ConfigModule
 
ConfigFile - Annotation Interface in org.gwizard.config
Qualifier for the configFile File
ConfigModule<T> - Class in org.gwizard.config
Module which sets up the configuration object.
ConfigModule(File, Class<T>) - Constructor for class org.gwizard.config.ConfigModule
Deprecated.
ConfigModule(File, Class<T>, String) - Constructor for class org.gwizard.config.ConfigModule
Deprecated.
ConfigModule(Class<T>, File) - Constructor for class org.gwizard.config.ConfigModule
Defaults to the property prefix of "gw"
ConfigProvider<T> - Class in org.gwizard.config
Module which sets up the config file reader.
ConfigProvider(Validator, ObjectMapper, Class<?>, String, File) - Constructor for class org.gwizard.config.ConfigProvider
 
ConfigProvider(ConfigModule<T>, ObjectMapper) - Constructor for class org.gwizard.config.ConfigProvider
 
configure() - Method in class org.gwizard.config.ConfigModule
 

G

get() - Method in class org.gwizard.config.ConfigProvider
 

I

ImportingConfigurationSourceProvider - Class in org.gwizard.config
We have to open the file and look for import statements in the yaml, then merge together what snippets we find.
ImportingConfigurationSourceProvider() - Constructor for class org.gwizard.config.ImportingConfigurationSourceProvider
 

O

open(String) - Method in class org.gwizard.config.ImportingConfigurationSourceProvider
 
org.gwizard.config - package org.gwizard.config
 

P

propertyPrefix() - Method in class org.gwizard.config.ConfigModule
 
PropertyPrefix - Annotation Interface in org.gwizard.config
Qualifier for the propertyPrefix configuration string

R

read(ConfigModule<C>, ObjectMapper) - Static method in class org.gwizard.config.ConfigProvider
Convenience method if we need to read a configuration before the injector is loaded.

V

validator() - Method in class org.gwizard.config.ConfigModule
 
C G I O P R V 
All Classes and Interfaces|All Packages