Jackson Databind Automatically detect target type (Class) to deserialize to

Is your feature request related to a problem? Please describe.Currently to deserialize object in ObjectMapper we use bel...

Jackson Databind Add one more parameter for AnnotationIntrospector.findPreferredCreator() method (3.x)

(note: offshoot of #5045) Method: public PotentialCreator findPreferredCreator(MapperConfig<?> config, ...

Jackson Databind If there is a no-parameter constructor marked as JsonCreator and a constructor reported as DefaultCreator, latter is incorrectly used.

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIf both JsonCreator and Defau...

Jackson Databind consider removing use of Java Stream API for ObjectMapper.getRegisteredModules() (and rename as registeredModules()?)

This was recently added in Jackson 3.0.0-rc9. #5273The aim appears to have been to support returning collection data in ...

Jackson Databind Deprecate MapperBuilder.serializationInclusion() (to align with ObjectMapper, prep for 3.0)

While ObjectMapper.setSerializationInclusion() was deprecated a while ago (in 2.0) -- to be replaced with ObjectMapper.s...

Jackson Databind MapperBuilder missing a defaultPropertyInclusion(JsonInclude.Include) method

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn 2.20.0, MapperBuilder depr...

Jackson Databind Support alternate radixes when writing numeric values as strings

As requested in FasterXML/jackson-module-scala#65, and discussed in this thread. This would take the form of:- A BaseSet...

Jackson Databind Change JsonNode.stringValue() of NullNode to return null, not fail (3.0)

(note: follow-up to #5283)Initial implementation of "Extended set of scalar value accessors " of JSTEP-3 contains implem...

Jackson Databind Can I use MapperFeature.FIX_FIELD_NAME_UPPER_CASE_PREFIX with ParameterNamesModule?

(Discussed in https://github.com/FasterXML/jackson-databind/discussions/5289 )Originally posted by @bananayong August 31...

Jackson Databind Behavioral change of ALLOW_FINAL_FIELDS_AS_MUTATORS in 2.18

interface MyMap<K, V> extends Map<K, V> {}class MapImpl<K, V> extends HashMap<K, V> implements M...

Jackson Databind Generics using wildcard not correctly resolved

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugI opened a Spring Boot issue,...

Jackson Databind JsonNode reading of nullable String looks broken with Jackson 3

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn Spring Security, we have a...

Jackson Databind Reading into existing instance uses creator property setup instead of accessor

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugWhen reading into an existing...

Jackson Databind EnumDeserializer fails to deserialize Enums with @JsonValue - uses table with name() key instead of @JsonValue key

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugEnumDeserializer fails to des...

Jackson Databind Replace ObjectMapper.getRegisteredModuleIds() (2.x) with ObjectMapper.getRegisteredModules() (3.0)

(note: this is retro-active issue for change already made in 3.0, included in 3.0.0-rc1 -- but with signature change in ...

Jackson Databind @JacksonInject added to property overrides value from the JSON even if useInput is OptBoolean.TRUE

Hello,I have problem when using @JacksonInject on final field that is initialized using constructor (see the whole examp...

Jackson Databind 3.x migration guide

3.x seems to introduce severe change to widely used interfaces, like removal of ObjectMapper.registerModule. It'd be nic...

Jackson Databind Remove ObjectMapper.setSerializationInclusion() from 3.0 (deprecate in 2.20)

(note: this is retroactive issue -- actual removal done before 3.0.0-rc1 release)(note: inspired by #5269)With 3.0, Obje...

Jackson Databind What's the replacement for ObjectMapper.setSerializationInclusion(…)?

Documentation ImprovementThe method was removed from ObjectMapper and I couldn't find any documentation what to use inst...

Jackson Databind Deserialization information declared on getter not considered if no setter is declared

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugIn Jackson 2, a mixin for a g...

下一页
.