| Package | Description |
|---|---|
| org.oddjob.arooa.beanutils |
Provide an implementation of PropertyAccessor using Apache
BeanUtils.
|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
DynaBeanOverview.getPropertyType(String property) |
Class<?> |
DynaBeanOverview.getPropertyType(String property) |
boolean |
DynaBeanOverview.isIndexed(String property) |
boolean |
DynaBeanOverview.isIndexed(String property) |
boolean |
DynaBeanOverview.isMapped(String property) |
boolean |
DynaBeanOverview.isMapped(String property) |
| Modifier and Type | Method and Description |
|---|---|
ArooaNoPropertyException |
PropertyExceptionBuilder.failedReadingPropertyException(String property)
Provide an
ArooaNoPropertyException for when failing
to read a property. |
ArooaNoPropertyException |
PropertyExceptionBuilder.failedReadingPropertyException(String property)
Provide an
ArooaNoPropertyException for when failing
to read a property. |
ArooaNoPropertyException |
PropertyExceptionBuilder.failedWritingPropertyException(String property)
Provide an
ArooaNoPropertyException for when failing
to write a property. |
ArooaNoPropertyException |
PropertyExceptionBuilder.failedWritingPropertyException(String property)
Provide an
ArooaNoPropertyException for when failing
to write a property. |
ArooaNoPropertyException |
PropertyExceptionBuilder.noPropertyException(String property)
Provide an
ArooaNoPropertyException for when there is no
property either readable or writable. |
ArooaNoPropertyException |
PropertyExceptionBuilder.noPropertyException(String property)
Provide an
ArooaNoPropertyException for when there is no
property either readable or writable. |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
BeanOverview.getPropertyType(String property)
Get the property type.
|
Class<?> |
BeanOverview.getPropertyType(String property)
Get the property type.
|
boolean |
BeanOverview.isIndexed(String property)
Is the property indexed.
|
boolean |
BeanOverview.isIndexed(String property)
Is the property indexed.
|
boolean |
BeanOverview.isMapped(String property)
Is the property mapped.
|
boolean |
BeanOverview.isMapped(String property)
Is the property mapped.
|
Copyright © 2023. All rights reserved.