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.
  • Constructor Details

    • SslConfigPropertyInvoker

      public SslConfigPropertyInvoker(Class<?> c)
      Creates a new ssl config property invoker for the supplied class.
      Parameters:
      c - class that has setter methods
  • Method Details

    • convertValue

      protected Object convertValue(Class<?> type, String value)
      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 class AbstractPropertyInvoker
      Parameters:
      type - of object to convert value into
      value - to parse
      Returns:
      object of the supplied type