Decoder.Default| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.jr.ob.JSON |
mapper |
| Constructor and Description |
|---|
JacksonJrDecoder() |
JacksonJrDecoder(Iterable<com.fasterxml.jackson.jr.ob.JacksonJrExtension> iterable)
Construct with a series of
JacksonJrExtension objects that are registered into the
JSON |
JacksonJrDecoder(com.fasterxml.jackson.jr.ob.JSON mapper)
Construct with a custom
JSON to use for decoding |
public JacksonJrDecoder()
public JacksonJrDecoder(com.fasterxml.jackson.jr.ob.JSON mapper)
JSON to use for decodingmapper - the mapper to usepublic JacksonJrDecoder(Iterable<com.fasterxml.jackson.jr.ob.JacksonJrExtension> iterable)
JacksonJrExtension objects that are registered into the
JSONiterable - the source of the extensionspublic Object decode(Response response, Type type) throws IOException
decode in interface DecoderIOExceptionCopyright © 2012–2023 OpenFeign. All rights reserved.