Skip to content

Add new properties for @JacksonInject #120

@cowtowncoder

Description

@cowtowncoder

(note: required by FasterXML/jackson-databind#1381)

There is need to extend @JacksonInject with couple of things:

  • Value object (JacksonInject.Value) for representing all properties at databind level (to allow merging, possibly setting defaults)
  • New property useInput, with value type of OptBoolean: if enabled (OptBoolean.TRUE), input value would override injected default
    • Default is OptBoolean.TRUE for backwards compatibility; value of OptBoolean.DEFAULT is taken to mean the same

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions