| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.name | |
| org.yarnandtail.andhow.util |
| Modifier and Type | Field and Description |
|---|---|
protected NamingStrategy |
BaseConfig.naming |
| Modifier and Type | Method and Description |
|---|---|
NamingStrategy |
BaseConfig.getNamingStrategy() |
NamingStrategy |
AndHowConfiguration.getNamingStrategy()
Return the naming strategy used to form Property names, match them to values and display them.
|
NamingStrategy |
AndHow.getNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
NamingStrategy |
PropertyConfiguration.getNamingStrategy()
Defines how names are created for Properties.
|
| Modifier and Type | Method and Description |
|---|---|
NamingStrategy |
PropertyConfigurationMutable.getNamingStrategy() |
NamingStrategy |
PropertyConfigurationImmutable.getNamingStrategy() |
NamingStrategy |
AndHowCore.getNamingStrategy() |
| Constructor and Description |
|---|
AndHowCore(NamingStrategy naming,
List<Loader> loaders,
LoaderEnvironment loaderEnvironment,
List<GroupProxy> registeredGroups) |
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) |
PropertyConfigurationMutable(NamingStrategy namingStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveNaming
Case insensitive naming.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyConfigurationMutable |
AndHowUtil.buildDefinition(List<GroupProxy> groups,
List<Loader> loaders,
NamingStrategy naming,
ProblemList<Problem> problems)
Build a fully populated ConstructionDefinition from the passed Groups,
using the NamingStrategy to generate names for each.
|
Copyright © 2022. All rights reserved.