public class ObjectConfigTypeParser extends java.lang.Object implements ConfigTypeParser<java.lang.Object>
ConfigTypeParser for Object key type.
Convert Object source type to target known ConfigType.| Constructor and Description |
|---|
ObjectConfigTypeParser() |
| Modifier and Type | Method and Description |
|---|---|
ConfigType |
parse(java.lang.Object value) |
public ConfigType parse(java.lang.Object value)
parse in interface ConfigTypeParser<java.lang.Object>value - generic value which must be converter to configuration type.ConfigType for build target BuildConfigField in config environment.