public class JacksonProcessor extends Object implements JsonProcessor
| 构造器和说明 |
|---|
JacksonProcessor() |
JacksonProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public JacksonProcessor()
public JacksonProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public void marshal(Writer writer, @Nullable Object value) throws IOException
JsonProcessormarshal 在接口中 JsonProcessorIOExceptionpublic <T> T unmarshal(InputStream inputStream, Charset charset, Type type) throws IOException
JsonProcessorunmarshal 在接口中 JsonProcessorIOExceptionCopyright © 2019. All rights reserved.