public class JacksonJsonMapper
extends com.fasterxml.jackson.databind.ObjectMapper
ObjectMapper
that will serialize and deserialize
to the JSON in the format that Radix requires._configOverrides, _deserializationConfig, _deserializationContext, _injectableValues, _jsonFactory, _mixIns, _registeredModuleTypes, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_BASE
Modifier and Type | Method and Description |
---|---|
static JacksonJsonMapper |
create(SerializerIds idLookup,
com.fasterxml.jackson.databind.ser.FilterProvider filterProvider)
Create an
ObjectMapper that will serialize to/from the JSON
format that radix requires. |
static JacksonJsonMapper |
create(SerializerIds idLookup,
com.fasterxml.jackson.databind.ser.FilterProvider filterProvider,
boolean sortProperties)
Create an
ObjectMapper that will serialize to/from the JSON
format that radix requires. |
_checkInvalidCopy, _configAndWriteValue, _convert, _findRootDeserializer, _initForReading, _initForReading, _newReader, _newReader, _newWriter, _newWriter, _newWriter, _readMapAndClose, _readTreeAndClose, _readValue, _serializerProvider, _unwrapAndDeserialize, _verifyNoTrailingTokens, _verifySchemaType, acceptJsonFormatVisitor, acceptJsonFormatVisitor, addHandler, addMixIn, addMixInAnnotations, canDeserialize, canDeserialize, canSerialize, canSerialize, clearProblemHandlers, configOverride, 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, getRegisteredModuleIds, 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, readValue, readValue, readValues, readValues, readValues, readValues, registerModule, registerModules, registerModules, registerSubtypes, registerSubtypes, registerSubtypes, setAnnotationIntrospector, setAnnotationIntrospectors, setBase64Variant, setConfig, setConfig, setDateFormat, setDefaultMergeable, setDefaultPrettyPrinter, setDefaultPropertyInclusion, setDefaultPropertyInclusion, setDefaultSetterInfo, setDefaultTyping, setDefaultVisibility, setFilterProvider, setFilters, setHandlerInstantiator, setInjectableValues, setLocale, setMixInAnnotations, setMixInResolver, setMixIns, setNodeFactory, setPropertyInclusion, setPropertyNamingStrategy, setSerializationInclusion, setSerializerFactory, setSerializerProvider, setSubtypeResolver, setTimeZone, setTypeFactory, setVisibility, setVisibility, setVisibilityChecker, treeAsTokens, treeToValue, updateValue, 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, writeValue, writeValueAsBytes, writeValueAsString
public static JacksonJsonMapper create(SerializerIds idLookup, com.fasterxml.jackson.databind.ser.FilterProvider filterProvider, boolean sortProperties)
ObjectMapper
that will serialize to/from the JSON
format that radix requires.idLookup
- A SerializerIds
used to perform serializer
ID lookupfilterProvider
- A FilterProvider
to use for filtering
serialized fieldssortProperties
- true
if JSON output properties should be
sorted in lexicographical orderJacksonJsonMapper
public static JacksonJsonMapper create(SerializerIds idLookup, com.fasterxml.jackson.databind.ser.FilterProvider filterProvider)
ObjectMapper
that will serialize to/from the JSON
format that radix requires.idLookup
- A SerializerIds
used to perform serializer
ID lookupfilterProvider
- A FilterProvider
to use for filtering
serialized fieldsJacksonJsonMapper
that does not sort propertiescreate(SerializerIds, FilterProvider, boolean)