Package org.ldaptive.props
Class SearchOperationFactoryPropertyInvoker
java.lang.Object
org.ldaptive.props.AbstractPropertyInvoker
org.ldaptive.props.SearchOperationFactoryPropertyInvoker
- All Implemented Interfaces:
PropertyInvoker
Handles properties for implementations of
ConnectionFactoryManager
.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new search dn resolver property invoker for the supplied class. -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
convertValue
(Class<?> type, 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
-
Constructor Details
-
SearchOperationFactoryPropertyInvoker
Creates a new search dn resolver property invoker for the supplied class.- Parameters:
c
- class that has setter methods
-
-
Method Details
-
convertValue
Description copied from class:AbstractPropertyInvoker
Converts the supplied string value into an Object of the supplied type. If value cannot be converted it is returned as is.- Specified by:
convertValue
in classAbstractPropertyInvoker
- Parameters:
type
- of object to convert value intovalue
- to parse- Returns:
- object of the supplied type
-