Added Methods |
Object get(Class, String)
|
Get an object of the specified type associated with the given configuration key. |
Object get(Class, String, Object)
|
Get an object of the specified type associated with the given configuration key. |
Object getArray(Class, String)
|
Get an array of typed objects associated with the given configuration key. |
Object getArray(Class, String, Object)
|
Get an array of typed objects associated with the given configuration key. |
List getList(Class, String)
|
Get a list of typed objects associated with the given configuration key. |
List getList(Class, String, List)
|
Get a list of typed objects associated with the given configuration key. |