org.ldaptive.props
Class SslConfigPropertyInvoker
java.lang.Object
org.ldaptive.props.AbstractPropertyInvoker
org.ldaptive.props.SslConfigPropertyInvoker
- All Implemented Interfaces:
- PropertyInvoker
public class SslConfigPropertyInvoker
- extends AbstractPropertyInvoker
Handles properties for SslConfig.
- Version:
- $Revision: 3242 $ $Date: 2017-09-11 17:26:30 -0400 (Mon, 11 Sep 2017) $
- Author:
- Middleware Services
|
Method Summary |
protected 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslConfigPropertyInvoker
public SslConfigPropertyInvoker(Class<?> c)
- Creates a new ssl config property invoker for the supplied class.
- Parameters:
c - class that has setter methods
convertValue
protected Object convertValue(Class<?> type,
String value)
- 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 class AbstractPropertyInvoker
- Parameters:
type - of object to convert value intovalue - to parse
- Returns:
- object of the supplied type
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.