Uses of Interface
org.jvnet.basicjaxb.locator.ItemObjectLocator
Packages that use ItemObjectLocator
-
Uses of ItemObjectLocator in org.jvnet.basicjaxb.locator
Classes in org.jvnet.basicjaxb.locator that implement ItemObjectLocatorModifier and TypeClassDescriptionfinal classLocator for the collection item.Methods in org.jvnet.basicjaxb.locator that return ItemObjectLocatorModifier and TypeMethodDescriptionCreates a locator for the item (like list or array item) relative to this locator. -
Uses of ItemObjectLocator in org.jvnet.basicjaxb.locator.util
Methods in org.jvnet.basicjaxb.locator.util that return ItemObjectLocatorModifier and TypeMethodDescriptionstatic 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)