| Class | Description |
|---|---|
| BeanPropertyWriterDelegate |
Variant of
BeanPropertyWriter which prevents property values present in the AnnotatedMember anyGetter
to be serialized twice. |
| JsonUnwrappedDeserializer<T> |
Desc: this is a workaround on the problem that Jackson's @JsonUnwrapped doesn't work with
polymorphism (@JsonTypeInfo)
Adapted from https://stackoverflow.com/questions/37423848/deserializing-polymorphic-types-with-jsonunwrapped-using-jackson
|
| SettableBeanPropertyDelegate |
This concrete sub-class encapsulates a
SettableBeanProperty delegate that is always tried first. |
| UnmatchedFieldTypeModule |
Class that registers the capability of deserializing and serializing objects with properties that don't match the
target's bean field types.
|
| UnwrappedTypeResolverBuilder |
Copyright © 2015–2024 Red Hat. All rights reserved.