public class DataPersisterManager extends Object
DataType enumerated fields although you can also register your own here using the
registerDataPersisters(DataPersister...) method.| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Remove any previously persisters that were registered with
registerDataPersisters(DataPersister...). |
static DataPersister |
lookupForField(Field field)
Lookup the data-type associated with the class.
|
static void |
registerDataPersisters(DataPersister... dataPersisters)
Register a data type with the manager.
|
public static void registerDataPersisters(DataPersister... dataPersisters)
public static void clear()
registerDataPersisters(DataPersister...).public static DataPersister lookupForField(Field field)
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.