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