Package org.jibx.runtime.impl
Class BackFillArray
- java.lang.Object
-
- org.jibx.runtime.impl.BackFillArray
-
- All Implemented Interfaces:
BackFillReference
public class BackFillArray extends java.lang.Object implements BackFillReference
Backfill reference item, used for filling in forward references as members of arrays. Each item holds both the array containing the reference and the offset in the array.- Version:
- 1.0
- Author:
- Dennis M. Sosnoski
-
-
Constructor Summary
Constructors Constructor Description BackFillArray(int index, java.lang.Object[] array)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
backfill(java.lang.Object obj)
Define referenced object.
-
-
-
Method Detail
-
backfill
public void backfill(java.lang.Object obj)
Define referenced object. This method is called by the framework when the forward-referenced item is defined.- Specified by:
backfill
in interfaceBackFillReference
- Parameters:
obj
- referenced object
-
-