| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.sample |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
AndHow.getAliases(Property<?> property) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveName |
PropertyNaming.getCanonicalName()
The canonical in and out names of the
Property. |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
PropertyNaming.getAliases()
All aliases for the property.
|
List<EffectiveName> |
PropertyConfiguration.getAliases(Property<?> property)
All the effective 'in' & 'out' aliases for this property, not including the canonical name.
|
List<EffectiveName> |
PropertyNaming.getInAliases()
A list of the in-type aliases.
|
List<EffectiveName> |
PropertyNaming.getOutAliases()
A list of the out-type aliases.
|
| Constructor and Description |
|---|
PropertyNaming(EffectiveName canonicalName,
List<EffectiveName> aliases) |
| Constructor and Description |
|---|
PropertyNaming(EffectiveName canonicalName,
List<EffectiveName> aliases) |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
PropertyConfigurationMutable.getAliases(Property<?> property) |
List<EffectiveName> |
PropertyConfigurationImmutable.getAliases(Property<?> property) |
List<EffectiveName> |
AndHowCore.getAliases(Property<?> property) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
PropFileLoaderSamplePrinter.getInAliaseString(PropertyConfigurationInternal definition,
EffectiveName name) |
String |
JndiLoaderSamplePrinter.getInAliaseString(PropertyConfigurationInternal definition,
EffectiveName name) |
abstract String |
BaseSamplePrinter.getInAliaseString(PropertyConfigurationInternal definition,
EffectiveName name) |
Copyright © 2022. All rights reserved.