|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jibx.runtime.impl.BackFillHolder
public class BackFillHolder
Holder used to collect forward references to a particular object. The references are processed when the object is defined.
Constructor Summary | |
---|---|
BackFillHolder(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
void |
addBackFill(BackFillReference ref)
Add forward reference to tracked object. |
void |
defineValue(java.lang.Object obj)
Define referenced object. |
java.lang.String |
getExpectedClass()
Get expected class name of referenced object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BackFillHolder(java.lang.String name)
name
- expected class name of tracked objectMethod Detail |
---|
public void addBackFill(BackFillReference ref)
ref
- backfill reference itempublic void defineValue(java.lang.Object obj)
obj
- referenced objectpublic java.lang.String getExpectedClass()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |