Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
class Node {
|
id: long
|
left: Node
|
right: Node
|
}
|
The id field will be converted to _id by annotations.
Consider ignoring the idProperty when encoding/decoding the embedded Nodes.
Relies on the context of the encoding / decoding to be known and handled by the PojoCodec.
It requires, some mechanisim to opt-into, so to prevent it being a breaking change.
Attachments
Issue Links
- is related to
-
JAVA-2750 Pojo codec conversion missing id field
-
- Closed
-