public final class StringProducer extends BaseTypeProducer
| Constructor and Description |
|---|
StringProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createValue(String value)
Don't need to do anything just return passed in method String as is.
|
createValueprotected Object createValue(String value) throws Exception
createValue in class BaseTypeProducervalue - string valueException - if any error occursCopyright © 2015. All rights reserved.