public interface Exporter
GroupExport.
An example is the SysPropExporter, which exports
properties to System.Properties.
Exporters are passed the list Properties contained directly in the annotated class, not Properties contained in nested inner classes.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Exporter.EXPORT_CANONICAL_NAME |
static class |
Exporter.EXPORT_OUT_ALIASES |
| Modifier and Type | Method and Description |
|---|---|
void |
export(GroupProxy group,
PropertyConfigurationInternal definition,
ValidatedValues values)
Exports a Group.
|
void |
setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option)
Specify if canonical names should be exported.
|
void |
setExportByOutAliases(Exporter.EXPORT_OUT_ALIASES option)
Specify if out alias names should be exported.
|
void setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option)
option - void setExportByOutAliases(Exporter.EXPORT_OUT_ALIASES option)
option - void export(GroupProxy group, PropertyConfigurationInternal definition, ValidatedValues values)
group - definition - values - Copyright © 2022. All rights reserved.