| 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 name of the property.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
PropertyNaming.getAliases()
All aliases for the property.
|
List<EffectiveName> |
StaticPropertyConfiguration.getAliases(Property<?> property)
Returns all aliases (in and out) for a property.
|
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> |
StaticPropertyConfigurationMutable.getAliases(Property<?> property) |
List<EffectiveName> |
StaticPropertyConfigurationImmutable.getAliases(Property<?> property) |
List<EffectiveName> |
AndHowCore.getAliases(Property<?> property) |
| Constructor and Description |
|---|
StaticPropertyConfigurationImmutable(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(StaticPropertyConfiguration definition,
EffectiveName name) |
String |
JndiLoaderSamplePrinter.getInAliaseString(StaticPropertyConfiguration definition,
EffectiveName name) |
abstract String |
BaseSamplePrinter.getInAliaseString(StaticPropertyConfiguration definition,
EffectiveName name) |
Copyright © 2017. All rights reserved.