Package io.fabric8.kubernetes.model.jackson
-
Class Summary Class Description BeanPropertyWriterDelegate Variant ofBeanPropertyWriterwhich prevents property values present in theAnnotatedMemberanyGetter to be serialized twice.GoCompatibilityModule GoIntegerDeserializer 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-jacksonSettableBeanPropertyDelegating This concrete subclass encapsulates aSettableBeanPropertydelegate 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