| Interface | Description |
|---|---|
| FieldHandler.State |
Internal state interface.
|
| Class | Description |
|---|---|
| FieldHandler |
Handler for field references
|
| FieldHandler.NotFound |
Final state of field couldn't be found or errors occurred.
|
| FieldHandler.NotResolved |
Initial state.
|
| FieldHandler.ReferenceMethodImpl | |
| FieldHandler.Resolved |
Final state of field could be found and is valid.
|
| FieldMethods |
FieldMethods provides implementations for bind/unbind/updated
which handle manipulation of fields.
|
| FieldUtils |
Utility methods for handling field injection.
|
| FieldUtils.FieldSearchResult |
Return type for
FieldUtils.searchField(Class, String, ComponentLogger) |
| Enum | Description |
|---|---|
| FieldHandler.METHOD_TYPE |