public final class CollectionStringProducer extends BaseCollectionProducer
| 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 BaseCollectionProducervalue - this String will be used for creation object, usually String
will be used as parameter for constructor or static method
valueOfException - if any error occursCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.