| Interface | Description |
|---|---|
| ComponentRegistry<T> |
API for a bean object that allows registering and looking-up beans with String aliases.
|
| Class | Description |
|---|---|
| AbstractComponentRegistry<T> |
Abstract
ComponentRegistry implementation that uses a HashMap to register and
reference target objects. |
| DataTypeProcessorRegistry |
Implementation of
ComponentRegistry for mapping input file data types to their appropriate
RecordProcessor beans. |
| JsonModelConverter |
Simple utility class for converting JSON into
Model objects using Jackson. |
| KeyValueMapModelConverter |
Simple utility class for converting key-value String maps into
Model objects through
a JSON intermediary, using Jackson. |
| ModelRegistry |
ComponentRegistry implementation for tracking all instances of Model classes
in a given project. |
| ModelRepositoryRegistry |
Registers
RepositoryOperations beans and associates them with their respective
Model classes. |
| QueryParameterUtil |
TODO
|
| Annotation Type | Description |
|---|---|
| ModelScan |
Annotation intended to be used in configuration classes to identify individual
Model
classes, or classpath locations of model classes, that will be used to generate a ModelRegistry
instance that identifies and maps valid persisted models in the current context. |
Copyright © 2016. All rights reserved.