| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.beanutils |
Provide an implementation of PropertyAccessor using Apache
BeanUtils.
|
| org.oddjob.arooa.convert |
Provides conversions between properties of different types.
|
| org.oddjob.arooa.life |
Relating to the Arooa Life-cycle.
|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| org.oddjob.arooa.registry |
Classes concerned with the BeanRegistry which provides a
dynamic lookup of components.
|
| org.oddjob.arooa.standard |
The standard configuration parsing implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ArooaConverter |
ArooaTools.getArooaConverter()
Get an
ArooaConverter to use. |
ArooaConverter |
ArooaTools.getArooaConverter()
Get an
ArooaConverter to use. |
| Modifier and Type | Method and Description |
|---|---|
ArooaConverter |
BeanUtilsPropertyAccessor.getConverter() |
ArooaConverter |
BeanUtilsPropertyAccessor.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
PropertyAccessor |
BeanUtilsPropertyAccessor.accessorWithConversions(ArooaConverter converter) |
PropertyAccessor |
BeanUtilsPropertyAccessor.accessorWithConversions(ArooaConverter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConverter
The Default
ArooaConverter. |
class |
EmptyArooaConverter |
| Modifier and Type | Method and Description |
|---|---|
T |
ConversionPath.convert(F from,
ArooaConverter converter) |
T |
ConversionStep.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 |
ConversionStep.convert(F from,
ArooaConverter converter) |
T |
ConversionPath.convert(F from,
ArooaConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConverter |
InstantiationContext.getArooaConverter()
Get the
ArooaConverter if one is provided. |
ArooaConverter |
InstantiationContext.getArooaConverter()
Get the
ArooaConverter if one is provided. |
| Constructor and Description |
|---|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ArooaConverter converter)
Constructor with no
ClassResolver. |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ArooaConverter converter)
Constructor with no
ClassResolver. |
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver,
ArooaConverter converter)
Constructor.
|
InstantiationContext(ArooaType arooaType,
ArooaClass arooaClass,
ClassResolver classResolver,
ArooaConverter converter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyAccessor |
PropertyAccessor.accessorWithConversions(ArooaConverter converter)
Provide an accessor that performs conversions.
|
PropertyAccessor |
PropertyAccessor.accessorWithConversions(ArooaConverter converter)
Provide an accessor that performs conversions.
|
| Constructor and Description |
|---|
LinkedBeanRegistry(BeanDirectory existingDirectory,
PropertyAccessor propertyAccessor,
ArooaConverter converter)
Constructor.
|
LinkedBeanRegistry(BeanDirectory existingDirectory,
PropertyAccessor propertyAccessor,
ArooaConverter converter)
Constructor.
|
SimpleBeanDirectory(Function<? super String,?> ids,
Function<? super Object,? extends String> toId,
Supplier<Stream<?>> components,
PropertyAccessor propertyAccessor,
ArooaConverter converter) |
SimpleBeanDirectory(Function<? super String,?> ids,
Function<? super Object,? extends String> toId,
Supplier<Stream<?>> components,
PropertyAccessor propertyAccessor,
ArooaConverter converter) |
SimpleBeanRegistry(PropertyAccessor propertyAccessor,
ArooaConverter converter) |
SimpleBeanRegistry(PropertyAccessor propertyAccessor,
ArooaConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
ArooaConverter |
ExtendedTools.getArooaConverter() |
ArooaConverter |
StandardTools.getArooaConverter() |
ArooaConverter |
StandardTools.getArooaConverter() |
ArooaConverter |
ExtendedTools.getArooaConverter() |
Copyright © 2023. All rights reserved.