| Package | Description |
|---|---|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanViewBean
<beanView>
properties="variety, colour, taste"
titles="Variety, The Colour", "The Taste"/>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueFactory<T>
An interface for simple
ArooaValues that only resolve to a
thing of a single type. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArooaObject
Provide a conversion from any Java Object to an
ArooaValue. |
class |
ClassType |
class |
ConvertType<T> |
class |
IdentifiableValueType |
class |
ImportType |
class |
InlineType |
class |
ListType |
class |
MapType |
class |
ValueType |
class |
XMLConfigurationType |
class |
XMLType |
| Modifier and Type | Method and Description |
|---|---|
ArooaValue |
MapType.getElement(String key) |
ArooaValue |
MapType.getElement(String key) |
ArooaValue |
ConvertType.getValue() |
ArooaValue |
IdentifiableValueType.getValue() |
ArooaValue |
ValueType.getValue() |
ArooaValue |
ValueType.getValue() |
ArooaValue |
IdentifiableValueType.getValue() |
ArooaValue |
ConvertType.getValue() |
ArooaValue |
ListType.getValues(int index) |
ArooaValue |
ListType.getValues(int index) |
ArooaValue |
MapType.getValues(String key) |
ArooaValue |
MapType.getValues(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListType.setAdd(ArooaValue value) |
void |
ListType.setAdd(ArooaValue value) |
void |
MapType.setAdd(String key,
ArooaValue value) |
void |
MapType.setAdd(String key,
ArooaValue value) |
void |
ConvertType.setValue(ArooaValue from) |
void |
IdentifiableValueType.setValue(ArooaValue value) |
void |
ValueType.setValue(ArooaValue value) |
void |
ValueType.setValue(ArooaValue value) |
void |
IdentifiableValueType.setValue(ArooaValue value) |
void |
ConvertType.setValue(ArooaValue from) |
void |
ListType.setValues(int index,
ArooaValue element) |
void |
ListType.setValues(int index,
ArooaValue element) |
void |
MapType.setValues(String key,
ArooaValue element) |
void |
MapType.setValues(String key,
ArooaValue element) |
Copyright © 2023. All rights reserved.