public static class StringConfigParam.ConfigParamImpl extends Object implements ConfigParam
 A ConfigParam that handles StringConfigParam.
 
| Constructor and Description | 
|---|
StringConfigParam.ConfigParamImpl(StringConfigParam configParam)
 Builds a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
defaultValue()
 Gets the default value. 
 | 
String | 
propertyKey()
 Gets the property key for this parameter. 
 | 
Class<? extends PropertySetter> | 
setter()
 Gets the  
PropertySetter. | 
public StringConfigParam.ConfigParamImpl(StringConfigParam configParam)
Builds a new instance.
configParam - the annotationpublic Class<? extends PropertySetter> setter()
 Gets the PropertySetter.
 
setter in interface ConfigParampublic Object defaultValue()
Gets the default value.
defaultValue in interface ConfigParampublic String propertyKey()
Gets the property key for this parameter.
propertyKey in interface ConfigParamCopyright © 2012-2015. All Rights Reserved.