Skip to content

Add mechanism for JacksonJrExtensions to access state of JSON.Features #131

@cowtowncoder

Description

@cowtowncoder

(note: needed f.ex for #51)

Currently Jackson jr extensions do not have means to access state (enabled/disabled) of JSON.Features. There should be something like:

public class ExtensionContext {
   public boolean isEnabled(JSON.Feature feature);
}

so that extensions can check state of Features during registration.

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