public class StreamsJacksonMapper
extends com.fasterxml.jackson.databind.ObjectMapper
_defaultPrettyPrinter, _deserializationConfig, _deserializationContext, _injectableValues, _jsonFactory, _mixIns, _registeredModuleTypes, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_BASE, STD_VISIBILITY_CHECKER
Modifier | Constructor and Description |
---|---|
protected |
StreamsJacksonMapper() |
|
StreamsJacksonMapper(List<String> formats)
Deprecated.
|
|
StreamsJacksonMapper(StreamsJacksonMapperConfiguration configuration) |
|
StreamsJacksonMapper(String format)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
configure() |
static StreamsJacksonMapper |
getInstance()
get default StreamsJacksonMapper.
|
static StreamsJacksonMapper |
getInstance(List<String> formats)
Deprecated.
|
static StreamsJacksonMapper |
getInstance(StreamsJacksonMapperConfiguration configuration)
get custom StreamsJacksonMapper.
|
static StreamsJacksonMapper |
getInstance(String format)
Deprecated.
|
_checkInvalidCopy, _configAndWriteValue, _configAndWriteValue, _convert, _defaultPrettyPrinter, _findRootDeserializer, _initForReading, _newReader, _newReader, _newWriter, _newWriter, _newWriter, _readMapAndClose, _readValue, _serializerProvider, _unwrapAndDeserialize, _verifySchemaType, acceptJsonFormatVisitor, acceptJsonFormatVisitor, addHandler, addMixIn, addMixInAnnotations, canDeserialize, canDeserialize, canSerialize, canSerialize, clearProblemHandlers, configure, configure, configure, configure, configure, constructType, convertValue, convertValue, convertValue, copy, createArrayNode, createDeserializationContext, createObjectNode, defaultClassIntrospector, disable, disable, disable, disable, disable, disable, disable, disableDefaultTyping, enable, enable, enable, enable, enable, enable, enable, enableDefaultTyping, enableDefaultTyping, enableDefaultTyping, enableDefaultTypingAsProperty, findAndRegisterModules, findMixInClassFor, findModules, findModules, generateJsonSchema, getDateFormat, getDeserializationConfig, getDeserializationContext, getFactory, getInjectableValues, getJsonFactory, getNodeFactory, getPropertyNamingStrategy, getSerializationConfig, getSerializerFactory, getSerializerProvider, getSerializerProviderInstance, getSubtypeResolver, getTypeFactory, getVisibilityChecker, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, mixInCount, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, readerFor, readerFor, readerFor, readerForUpdating, readerWithView, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValues, readValues, readValues, readValues, registerModule, registerModules, registerModules, registerSubtypes, registerSubtypes, setAnnotationIntrospector, setAnnotationIntrospectors, setBase64Variant, setConfig, setConfig, setDateFormat, setDefaultPrettyPrinter, setDefaultTyping, setFilterProvider, setFilters, setHandlerInstantiator, setInjectableValues, setLocale, setMixInAnnotations, setMixInResolver, setMixIns, setNodeFactory, setPropertyInclusion, setPropertyNamingStrategy, setSerializationInclusion, setSerializerFactory, setSerializerProvider, setSubtypeResolver, setTimeZone, setTypeFactory, setVisibility, setVisibility, setVisibilityChecker, treeAsTokens, treeToValue, valueToTree, version, writer, writer, writer, writer, writer, writer, writer, writer, writer, writer, writerFor, writerFor, writerFor, writerWithDefaultPrettyPrinter, writerWithType, writerWithType, writerWithType, writerWithView, writeTree, writeTree, writeValue, writeValue, writeValue, writeValue, writeValueAsBytes, writeValueAsString
protected StreamsJacksonMapper()
@Deprecated public StreamsJacksonMapper(String format)
@Deprecated public StreamsJacksonMapper(List<String> formats)
public StreamsJacksonMapper(StreamsJacksonMapperConfiguration configuration)
public static StreamsJacksonMapper getInstance()
public static StreamsJacksonMapper getInstance(StreamsJacksonMapperConfiguration configuration)
configuration
- StreamsJacksonMapperConfiguration@Deprecated public static StreamsJacksonMapper getInstance(String format)
format
- format@Deprecated public static StreamsJacksonMapper getInstance(List<String> formats)
formats
- formatspublic void configure()
Copyright © 2018 The Apache Software Foundation. All rights reserved.