public class AuthenticationRequestPropertyInvoker extends AbstractPropertyInvoker
AuthenticationRequest.| Constructor and Description |
|---|
AuthenticationRequestPropertyInvoker(Class<?> c)
Creates a new authentication request 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, setPropertypublic AuthenticationRequestPropertyInvoker(Class<?> c)
c - class that has setter methodsprotected Object convertValue(Class<?> type, String value)
AbstractPropertyInvokerconvertValue in class AbstractPropertyInvokertype - of object to convert value intovalue - to parseCopyright © 2003-2019 Virginia Tech. All Rights Reserved.