| Interface | Description |
|---|---|
| PropertyExport |
A set of data for a single Property being exported.
|
| Class | Description |
|---|---|
| BaseExporter |
All implementations must have a zero argument constructor.
|
| ExportCollector |
Implementations of
Collector that can be used collect a stream() of
PropertyExports into key-value pair Maps or Properties. |
| SysPropExporter |
Exports Properties to System.Properties.
|
| Annotation Type | Description |
|---|---|
| ManualExportAllowed |
Enables manual export of
Property's contained in the annotated class, for use
with frameworks that take configuration as key-value maps or similar. |
| ManualExportNotAllowed |
Disables manual export of
Property's contained in the annotated class, and inner
classes contained in the class. |
Copyright © 2022. All rights reserved.