| Class | Description |
|---|---|
| AbstractDatabase |
This class is an abstract implementation of the LookupService which provides
an in-memory lookup table that is populated from a data source.
|
| CsvDatabase |
An implementation of the AbstractDatabase lookup service, that reads data
from a CSV file at initialization time.
|
| JSONDatabase |
This implementation of the AbstractDatabase lookup service uses a JSON stream
to populate the lookup table.
|
| SQLDatabase |
Copyright © 2018. All rights reserved.