| Class | Description |
|---|---|
| BeanIntrospector |
This class is wrapper around
java.beans.Introspector that
allows to collect information about annotations. |
| BeanIntrospector.Property |
Property descriptor.
|
| PropertyGetter |
An abstract property getter that holds property type and provides read
access to the property value.
|
| PropertySetter |
An abstract property setter that holds property type and provides write
access to the property value.
|
| PropertySetter.Field |
This class provides
PropertySetter implementation that
uses class field to access the property. |
| PropertySetter.Method |
This class provides
PropertySetter implementation that
uses setter method to access the property. |
| Types |
Helper class used for working with java types.
|
| Exception | Description |
|---|---|
| PropertyAccessException |
Runtime wrapper for exceptions that can occur when invoking a method or
accessing a field.
|
Copyright © 2010-2012 FoxLabs. All Rights Reserved.