Interface HttpBodyAccessor.HttpBodyProvider<EXC extends Exception>

    • Method Detail

      • toHttpBody

        String toHttpBody()
                   throws EXC extends Exception
        Converts an object representing the HTTP body to a String instance. Automatically determines the ContentType from any headers when applicable.
        Returns:
        The converted String instance represented by the according object.
        Throws:
        EXC - Thrown in case providing the type as String failed.
        EXC extends Exception