FasterXML / FasterXML/jackson-jaxrs-providers

Add support for `@JsonIgnoreType` for endpoints

Open
#56 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
126
Forks
83
Avg merge
10h 11m
Merged PRs (30d)
1

Description

Dropwizard JAX-RS provider seems to add special handling to make anything annotated with `@JsonIgnoreType` (that is, any endpoint annotated) to be considered "untouchable", that is, not to be processed using Jackson ObjectMapper. This makes sense in that it allows marker for certain kinds of specific classes that Jackson can not and should not handle, instead deferring to some other processing component.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.