public class SearchRequestPropertyInvoker extends AbstractPropertyInvoker
SearchRequest.| Constructor and Description |
|---|
SearchRequestPropertyInvoker(java.lang.Class<?> c)
Creates a new search request property invoker for the supplied class.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
convertValue(java.lang.Class<?> type,
java.lang.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, setPropertypublic SearchRequestPropertyInvoker(java.lang.Class<?> c)
c - class that has setter methodsprotected java.lang.Object convertValue(java.lang.Class<?> type,
java.lang.String value)
AbstractPropertyInvokerconvertValue in class AbstractPropertyInvokertype - of object to convert value intovalue - to parse