| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.export | |
| org.yarnandtail.andhow.internal.export |
| Modifier and Type | Method and Description |
|---|---|
static Exporter.EXPORT_CANONICAL_NAME |
Exporter.EXPORT_CANONICAL_NAME.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.EXPORT_CANONICAL_NAME[] |
Exporter.EXPORT_CANONICAL_NAME.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exporter.setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option)
Specify if canonical names should be exported.
|
| Modifier and Type | Field and Description |
|---|---|
protected Exporter.EXPORT_CANONICAL_NAME |
BaseExporter.includeCanonical |
| Modifier and Type | Method and Description |
|---|---|
Exporter.EXPORT_CANONICAL_NAME |
PropertyExport.getCanonicalNameOption()
Option read from the containing
ManualExportAllowed annotation to determine if the
canonical name of the Property should be included. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseExporter.setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option) |
| Modifier and Type | Method and Description |
|---|---|
Exporter.EXPORT_CANONICAL_NAME |
PropertyExportImpl.getCanonicalNameOption() |
Exporter.EXPORT_CANONICAL_NAME |
PropertyExportImpl.PropertyExportWrap.getCanonicalNameOption() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManualExportService.exportClass(Class<?> clazz,
Exporter.EXPORT_CANONICAL_NAME canNameOpt,
Exporter.EXPORT_OUT_ALIASES outAliasOpt,
Collection<GroupProxy> groupList,
Collection<PropertyExport> propExports)
Export the Properties contained in a single class with no recursion.
|
protected void |
ManualExportService.exportClassAndChildren(Class<?> clazz,
Exporter.EXPORT_CANONICAL_NAME canonicalOption,
Exporter.EXPORT_OUT_ALIASES outAliasOption,
Set<Class<?>> alreadyExportedClasses,
Collection<GroupProxy> groupList,
Collection<PropertyExport> propExports)
Export this class and all contained, nested inner classes if permitted.
|
| Constructor and Description |
|---|
PropertyExportImpl(Property<?> property,
Class<?> containingClass,
Exporter.EXPORT_CANONICAL_NAME canonicalNameOpt,
Exporter.EXPORT_OUT_ALIASES outAliasOpt)
Full state constructor.
|
Copyright © 2022. All rights reserved.