Package org.ldaptive.props
Class PooledConnectionFactoryPropertyInvoker
- java.lang.Object
-
- org.ldaptive.props.AbstractPropertyInvoker
-
- org.ldaptive.props.BlockingConnectionPoolPropertyInvoker
-
- org.ldaptive.props.PooledConnectionFactoryPropertyInvoker
-
- All Implemented Interfaces:
PropertyInvoker
public class PooledConnectionFactoryPropertyInvoker extends BlockingConnectionPoolPropertyInvoker
Handles properties forPooledConnectionFactory.- Author:
- Middleware Services
-
-
Constructor Summary
Constructors Constructor Description PooledConnectionFactoryPropertyInvoker(java.lang.Class<?> c)Creates a new pooled connection factory property invoker for the supplied class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectconvertValue(java.lang.Class<?> type, java.lang.String value)Converts the supplied string value into an Object of the supplied type.-
Methods inherited from class org.ldaptive.props.AbstractPropertyInvoker
convertSimpleType, createArrayEnumFromPropertyValue, createArrayTypeFromPropertyValue, createClass, createTypeFromPropertyValue, getEnum, getProperties, hasProperty, initialize, instantiateType, invokeMethod, setProperty
-
-
-
-
Method Detail
-
convertValue
protected java.lang.Object convertValue(java.lang.Class<?> type, java.lang.String value)Description copied from class:AbstractPropertyInvokerConverts the supplied string value into an Object of the supplied type. If value cannot be converted it is returned as is.- Overrides:
convertValuein classBlockingConnectionPoolPropertyInvoker- Parameters:
type- of object to convert value intovalue- to parse- Returns:
- object of the supplied type
-
-