| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.locator | |
| org.jvnet.jaxb2_commons.locator.util |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultItemObjectLocator |
Locator for the collection item.
|
| Modifier and Type | Method | Description |
|---|---|---|
ItemObjectLocator |
AbstractObjectLocator.item(int index,
Object value) |
|
ItemObjectLocator |
ObjectLocator.item(int itemIndex,
Object itemValue) |
Creates a locator for the item (like list or array item) relative to this
locator.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
boolean value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
byte value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
char value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
double value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
float value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
int value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
long value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
short value) |
|
static ItemObjectLocator |
LocatorUtils.item(ObjectLocator locator,
int index,
Object value) |
Copyright © 2005–2018. All rights reserved.