Class RESTClientJsonParserJacksonImpl
java.lang.Object
com.aeontronix.enhancedmule.tools.util.restclient.RESTClientJsonParserJacksonImpl
- All Implemented Interfaces:
RESTClientJsonParser
public class RESTClientJsonParserJacksonImpl extends Object implements RESTClientJsonParser
-
Constructor Summary
Constructors Constructor Description RESTClientJsonParserJacksonImpl()RESTClientJsonParserJacksonImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Constructor Details
-
RESTClientJsonParserJacksonImpl
public RESTClientJsonParserJacksonImpl() -
RESTClientJsonParserJacksonImpl
public RESTClientJsonParserJacksonImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
toJson
- Specified by:
toJsonin interfaceRESTClientJsonParser
-
parse
public <X> X parse(InputStream inputStream, Class<X> clazz) throws IOException, ResponseParsingException- Specified by:
parsein interfaceRESTClientJsonParser- Throws:
IOExceptionResponseParsingException
-