public class BindConnectionInitializerPropertyInvoker extends AbstractPropertyInvoker
BindConnectionInitializer
.Constructor and Description |
---|
BindConnectionInitializerPropertyInvoker(Class<?> c)
Creates a new bind connection initializer property invoker for the supplied class.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
convertValue(Class<?> type,
String value)
Converts the supplied string value into an Object of the supplied type.
|
convertSimpleType, createArrayEnumFromPropertyValue, createArrayTypeFromPropertyValue, createClass, createTypeFromPropertyValue, getEnum, getProperties, hasProperty, initialize, instantiateType, invokeMethod, setProperty
public BindConnectionInitializerPropertyInvoker(Class<?> c)
c
- class that has setter methodsprotected Object convertValue(Class<?> type, String value)
AbstractPropertyInvoker
convertValue
in class AbstractPropertyInvoker
type
- of object to convert value intovalue
- to parseCopyright © 2003-2019 Virginia Tech. All Rights Reserved.