Uses of Interface
org.jibx.runtime.impl.BackFillReference
-
Packages that use BackFillReference Package Description org.jibx.runtime.impl -
-
Uses of BackFillReference in org.jibx.runtime.impl
Classes in org.jibx.runtime.impl that implement BackFillReference Modifier and Type Class Description classBackFillArrayBackfill reference item, used for filling in forward references as members of arrays.Methods in org.jibx.runtime.impl with parameters of type BackFillReference Modifier and Type Method Description voidBackFillHolder. addBackFill(BackFillReference ref)Add forward reference to tracked object.voidUnmarshallingContext. registerBackFill(int index, BackFillReference fill)Register back fill item for last parsed ID value.voidUnmarshallingContext. registerBackFill(String id, int index, BackFillReference fill)Register back fill item for undefined ID value.
-