Interface HttpCall.BodyConverter<V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V convert​(com.fasterxml.jackson.core.JsonParser parser, java.util.function.Supplier<java.lang.String> contentString)
      Prefer using the parser for request-scoped conversions.
    • Method Detail

      • convert

        V convert​(com.fasterxml.jackson.core.JsonParser parser,
                  java.util.function.Supplier<java.lang.String> contentString)
           throws java.io.IOException
        Prefer using the parser for request-scoped conversions. Typically, contentString is only for an unexpected failure.
        Throws:
        java.io.IOException