public interface StaticPropertyConfiguration
private static final StrProp FOO = StrProp.builder().build();
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveName> |
getAliases(Property<?> property)
Returns all aliases (in and out) for a property.
|
String |
getCanonicalName(Property<?> prop)
Returns the canonical name of a registered property.
|
GroupProxy |
getGroupForProperty(Property<?> prop)
Finds the Group containing the specified Property.
|
NamingStrategy |
getNamingStrategy()
Defines how names are created for Properties.
|
List<EffectiveName> getAliases(Property<?> property)
property - The property to fetch naming information forString getCanonicalName(Property<?> prop)
prop - The property to get the canonical name forGroupProxy getGroupForProperty(Property<?> prop)
prop - The property to get the PropertyGroup forNamingStrategy getNamingStrategy()
Copyright © 2017. All rights reserved.