org.jfree.xml.util
Class ManualMappingDefinition
java.lang.Object
org.jfree.xml.util.ManualMappingDefinition
Maps a class to a read handler and a write handler.
ManualMappingDefinition(Class baseClass, String readHandler, String writeHandler) - Creates a mapping between the class and the read and write handlers.
|
ManualMappingDefinition
public ManualMappingDefinition(Class baseClass,
String readHandler,
String writeHandler)
Creates a mapping between the class and the read and write handlers.
baseClass
- the class (null
not permitted).readHandler
- the name of the read handler.writeHandler
- the name of the write handler.
getReadHandler
public String getReadHandler()
Returns the name of the read handler.
- The name of the read handler.
getWriteHandler
public String getWriteHandler()
Returns the name of the write handler.
- The name of the write handler.