| Interface | Description |
|---|---|
| BeanBinder |
Provides custom
PropertyBinders for beans that contain one or more properties. |
| BeanProperty<T> |
Represents a bean property such as a field or setter method.
|
| PropertyBinder |
Provides custom
PropertyBindings for bean properties such as fields or setter methods. |
| PropertyBinding |
Represents a bean property that has been bound by a
PropertyBinder. |
| Class | Description |
|---|---|
| BeanListener |
TypeListener that listens for bean types and arranges for their properties to be injected. |
| BeanProperties |
Iterable that iterates over potential bean properties in a class hierarchy. |
| BeanPropertiesTest | |
| DeclaredMembers |
Iterable that iterates over declared members of a class hierarchy. |
| DeclaredMembersTest | |
| PropertyListenerTest |
| Enum | Description |
|---|---|
| DeclaredMembers.View |
Enum implementation that provides different views of a class's members. |
| Annotation Type | Description |
|---|---|
| IgnoreSetters |
Annotates class hierarchies that don't want setter injection.
|
Copyright © 2013. All rights reserved.