public class T212Mapper extends Object
| 构造器和说明 |
|---|
T212Mapper() |
public T212Mapper enableDefaultParserFeatures()
public T212Mapper enableDefaultVerifyFeatures()
public T212Mapper enable(SegmentParserFeature feature)
public T212Mapper enable(ParserFeature feature)
public T212Mapper enable(VerifyFeature feature)
public T212Mapper disable(SegmentParserFeature feature)
public T212Mapper disable(ParserFeature feature)
public T212Mapper disable(VerifyFeature feature)
public T212Mapper configurator(T212Configurator configurator)
public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
public <T> T readValue(InputStream is, Class<T> value) throws IOException, T212FormatException
public <T> T readValue(byte[] bytes,
Class<T> value)
throws IOException,
T212FormatException
public <T> T readValue(Reader reader, Class<T> value) throws IOException, T212FormatException
public <T> T readValue(String data, Class<T> value) throws IOException, T212FormatException
public <T> void writeValueAsStream(T value,
Class<T> type,
OutputStream outputStream)
throws IOException,
T212FormatException
public <T> void writeValueAsWriter(T value,
Class<T> type,
Writer writer)
throws IOException,
T212FormatException
public Map<String,String> readMap(InputStream is) throws IOException, T212FormatException
public Map<String,String> readMap(byte[] bytes) throws IOException, T212FormatException
public Map<String,String> readMap(Reader reader) throws IOException, T212FormatException
public Map<String,String> readMap(String data) throws IOException, T212FormatException
public Map<String,Object> readDeepMap(InputStream is) throws IOException, T212FormatException
public Map<String,Object> readDeepMap(byte[] bytes) throws IOException, T212FormatException
public Map<String,Object> readDeepMap(Reader reader) throws IOException, T212FormatException
public Map<String,Object> readDeepMap(String data) throws IOException, T212FormatException
public HjData readData(InputStream is) throws IOException, T212FormatException
public HjData readData(byte[] bytes) throws IOException, T212FormatException
public HjData readData(Reader reader) throws IOException, T212FormatException
public HjData readData(String data) throws IOException, T212FormatException
public String writeMapAsString(Map data) throws IOException, T212FormatException
public char[] writeMapAsCharArray(Map data) throws IOException, T212FormatException
public String writeDataAsString(HjData data) throws IOException, T212FormatException
public char[] writeDataAsCharArray(HjData data) throws IOException, T212FormatException
Copyright © 2021. All rights reserved.