| Package | Description |
|---|---|
| org.yarnandtail.andhow.internal |
| Modifier and Type | Method and Description |
|---|---|
List<ExportGroup> |
PropertyConfigurationMutable.getExportGroups() |
List<ExportGroup> |
PropertyConfigurationInternal.getExportGroups()
The list of ExportGroups, which handles exporting property values for use
outside the AndHow framework.
|
List<ExportGroup> |
PropertyConfigurationImmutable.getExportGroups() |
List<ExportGroup> |
AndHowCore.getExportGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyConfigurationMutable.addExportGroup(ExportGroup exportGroup) |
| Constructor and Description |
|---|
PropertyConfigurationImmutable(NamingStrategy namingStrategy,
List<GroupProxy> groupList,
List<Property<?>> properties,
Map<GroupProxy,List<Property<?>>> propertiesByGroup,
Map<String,Property<?>> propertiesByAnyName,
Map<Property<?>,List<EffectiveName>> aliasesByProperty,
Map<Property<?>,String> canonicalNameByProperty,
List<ExportGroup> exportGroups) |
Copyright © 2022. All rights reserved.