| Package | Description |
|---|---|
| org.oddjob.arooa.convert |
Provides conversions between properties of different types.
|
| org.oddjob.arooa.types |
The base elements Arooa provides.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ConversionPath.convert(F from,
ArooaConverter converter) |
T |
DefaultConversionPath.convert(F from,
ArooaConverter converter)
Convert the given object using the ConversionPath.
|
T |
DefaultConversionPath.convert(F from,
ArooaConverter converter)
Convert the given object using the ConversionPath.
|
T |
ConversionPath.convert(F from,
ArooaConverter converter) |
<F,T> T |
ArooaConverter.convert(F from,
Class<T> required)
Convert if possible from the given Object to an equivalent
object of the given type.
|
<F,T> T |
DefaultConverter.convert(F from,
Class<T> required)
Perform a conversion.
|
<F,T> T |
EmptyArooaConverter.convert(F from,
Class<T> required) |
<F,T> T |
EmptyArooaConverter.convert(F from,
Class<T> required) |
<F,T> T |
DefaultConverter.convert(F from,
Class<T> required)
Perform a conversion.
|
<F,T> T |
ArooaConverter.convert(F from,
Class<T> required)
Convert if possible from the given Object to an equivalent
object of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertType.configured() |
void |
ConvertType.configured() |
T |
ConvertType.convert()
Proivde the conversion.
|
T |
ConvertType.convert()
Proivde the conversion.
|
Object |
ListType.ListConsumer.getValue(int index) |
Object |
ListType.ListConsumer.getValue(int index) |
Copyright © 2023. All rights reserved.