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