| Changed Methods |
Object fromString(String)
|
Change in return type from T to Object.
|
|
Object load(Configuration, String, Class)
|
Change in return type from K to Object.
Change in signature from (Configuration, String, Class) to (Configuration, String, Class).
|
Restores the object from the configuration. |
Object[] loadArray(Configuration, String, Class)
|
Change in return type from K[] to Object[].
Change in signature from (Configuration, String, Class) to (Configuration, String, Class).
|
Restores the array of objects from the configuration. |
void store(Configuration, Object, String)
|
Change in signature from (Configuration, K, String) to (Configuration, Object, String).
|
Stores the item in the configuration with the given keyName. |
void storeArray(Configuration, Object[], String)
|
Change in signature from (Configuration, K[], String) to (Configuration, Object[], String).
|
Stores the array of items in the configuration with the given keyName. |
String toString(Object)
|
Change in signature from T to Object.
|
|