Uses of Interface
org.jvnet.jaxb.locator.ItemObjectLocator
-
Packages that use ItemObjectLocator Package Description org.jvnet.jaxb.locator org.jvnet.jaxb.locator.util -
-
Uses of ItemObjectLocator in org.jvnet.jaxb.locator
Classes in org.jvnet.jaxb.locator that implement ItemObjectLocator Modifier and Type Class Description classDefaultItemObjectLocatorLocator for the collection item.Methods in org.jvnet.jaxb.locator that return ItemObjectLocator Modifier and Type Method Description ItemObjectLocatorAbstractObjectLocator. item(int index, Object value)ItemObjectLocatorObjectLocator. item(int itemIndex, Object itemValue)Creates a locator for the item (like list or array item) relative to this locator. -
Uses of ItemObjectLocator in org.jvnet.jaxb.locator.util
Methods in org.jvnet.jaxb.locator.util that return ItemObjectLocator Modifier and Type Method Description static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, boolean value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, byte value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, char value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, double value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, float value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, int value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, long value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, short value)static ItemObjectLocatorLocatorUtils. item(ObjectLocator locator, int index, Object value)
-