org.ephman.abra.tools
Class UnmarshalContext
java.lang.Object
|
+--org.ephman.abra.tools.UnmarshalContext
- public class UnmarshalContext
- extends java.lang.Object
a class to hold all marshalling context info
like recursive links - and next unique number etc.
- Version:
- 0.0.1 (11/4/00)
- Author:
- Paul M. Bethe
Method Summary |
java.lang.Object |
get(java.lang.Integer i)
|
java.text.SimpleDateFormat |
getDateFormat()
|
void |
put(java.lang.Integer key,
java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ignoreMissingFields
public boolean ignoreMissingFields
UnmarshalContext
public UnmarshalContext(boolean ignoreMissingFields)
getDateFormat
public java.text.SimpleDateFormat getDateFormat()
get
public java.lang.Object get(java.lang.Integer i)
put
public void put(java.lang.Integer key,
java.lang.Object obj)