Class AuthenticatorPropertyInvoker

    • Constructor Detail

      • AuthenticatorPropertyInvoker

        public AuthenticatorPropertyInvoker​(Class<?> c)
        Creates a new authenticator property invoker for the supplied class.
        Parameters:
        c - class that has setter methods
    • Method Detail

      • 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