Class MultiValuedCollectionParamConverter

    • Method Detail

      • toString

        public String toString​(Collection<?> value)
        Description copied from interface: ParamConverter
        Convert the supplied value to a String.

        This method is reserved for future use. Proprietary JAX-RS extensions may leverage the method. Users should be aware that any such support for the method comes at the expense of producing non-portable code.

        Specified by:
        toString in interface ParamConverter<Collection<?>>
        Parameters:
        value - the value of type T.
        Returns:
        a String representation of the value.