Add required apis to serialize the EntityPart
Open
- Dominant language
- Java
- Stars
- 400
- Forks
- 143
- PR merge metrics
- No merged PRs in 30d
Description
At the moment there is no api to get the object which is added to the EntityPart to serialize the entity to output stream.
It also needs getType() and getGenericType() to select the proper MessageBodyWriter.
Contributor guide
Research direction
Start by reading the EntityPart API and the issue’s requirements for exposing the contained object, its type, and its generic type. Determine how these values are needed by MessageBodyWriter selection; the work is done when EntityPart provides the required APIs and their behavior is covered by the project’s tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100