Class ParsedServiceResponse<T>


  • public class ParsedServiceResponse<T>
    extends java.lang.Object
    • Constructor Detail

      • ParsedServiceResponse

        public ParsedServiceResponse()
    • Method Detail

      • fromServiceResponse

        public static <T> ParsedServiceResponse<T> fromServiceResponse​(ServiceResponse input,
                                                                       com.fasterxml.jackson.core.type.TypeReference<T> tr)
                                                                throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • isError

        public boolean isError()