Class SearchResultConverter<T>

    • Method Detail

      • convert

        public java.util.List<T> convert​(com.fasterxml.jackson.core.JsonParser parser,
                                         java.util.function.Supplier<java.lang.String> contentString)
                                  throws java.io.IOException
        Description copied from interface: HttpCall.BodyConverter
        Prefer using the parser for request-scoped conversions. Typically, contentString is only for an unexpected failure.
        Specified by:
        convert in interface HttpCall.BodyConverter<T>
        Throws:
        java.io.IOException