|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.xml.generator.model.ManualMappingInfo
public class ManualMappingInfo
The manual mapping describes, how a certain class is handled in the parser. This defines the read and write handler implementations to be used to handle the instantiation or serialisation of the described type.
Manual mappings will not be created by the generator, they have to be defined manually. The parser will print warnings, if the definitions are invalid.
Manual mappings will always override automatic mappings.
Constructor Summary | |
---|---|
ManualMappingInfo(java.lang.Class baseClass,
java.lang.Class readHandler,
java.lang.Class writeHandler)
Creates a new manual mapping instance. |
Method Summary | |
---|---|
java.lang.Class |
getBaseClass()
Returns the base class. |
Comments |
getComments()
Returns the comments. |
java.lang.Class |
getReadHandler()
Returns the read handler class. |
java.lang.String |
getSource()
Returns the source. |
java.lang.Class |
getWriteHandler()
Returns the write handler class. |
void |
setComments(Comments comments)
Sets the comments. |
void |
setSource(java.lang.String source)
Sets the source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManualMappingInfo(java.lang.Class baseClass, java.lang.Class readHandler, java.lang.Class writeHandler)
baseClass
- the base class.readHandler
- the read handler class.writeHandler
- the write handler class.Method Detail |
---|
public java.lang.Class getBaseClass()
public java.lang.Class getReadHandler()
public java.lang.Class getWriteHandler()
public Comments getComments()
public void setComments(Comments comments)
comments
- the comments.public java.lang.String getSource()
public void setSource(java.lang.String source)
source
- the source.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |