Skip to content

Writer for object type can't be used for List of objects #65

@drejc

Description

@drejc

If we implement a writer for an object type ... then it work on REST like this:

T writeMyObject()

but doesn't work on:

List<T> writeListOfMyObjects()

Also improve simple mapping if for instances like: objectA -> objectB as JSON with generic object -> toJsonObject writer / mapper binding

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions