Class ArrayToStringConverter

    • Constructor Detail

      • ArrayToStringConverter

        public ArrayToStringConverter()
        Constructs a new instance.
        Since:
        1.3.0
    • Method Detail

      • convert

        public String convert​(Object value)
        Converts a parameter value to string representation. This method is null safe.
        Specified by:
        convert in interface ValueToStringConverter
        Parameters:
        value - the parameter value.
        Returns:
        the string representation of the parameter value (never null).
        Since:
        1.3.0