| Modifier and Type | Method and Description |
|---|---|
static String |
buildPropertyKey(String propertyName,
String[] prefixParts)
Build the property key for the given name and prefix parts.
|
static String |
buildPropertyKey(String propertyName,
String delimiter,
String[] prefixParts)
Build the property key for the given name and prefix parts.
|
static Object |
convertConfigValue(Class<?> defaultValueType,
Object value) |
public static String buildPropertyKey(String propertyName, String[] prefixParts)
MY_PROPERTY_NAMEbecomes
myPropertyName
propertyName - prefixParts - public static String buildPropertyKey(String propertyName, String delimiter, String[] prefixParts)
propertyName - delimiter - prefixParts - Copyright © 2015. All Rights Reserved.