jsonbrobot

Results 36 comments of jsonbrobot

@m0mus Commented Added to the next spec version proposed features.

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/56 * **Original Issue Raised By:**@aguibert * **Original Issue Assigned To:** Unassigned

@m0mus Commented Adding it to version 2.0 proposed features.

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/65 * **Original Issue Raised By:**@marceloverdijk * **Original Issue Assigned To:** Unassigned

@bravehorsie Commented There is already a pull request for this in the Yasson RI. https://github.com/eclipse/yasson/pull/64 @m0mus Can we move annotation and JsonbConfig in the above pull request to the spec...

@marceloverdijk Commented Can that solution be used without an @Annotation? In my case I cannot change the classes itself.

@bravehorsie Commented You can also add mapping with JsonbConfig see https://github.com/eclipse/yasson/pull/64/files#diff-42990ea8091951c02b2166a51a23f6a6 second test method. In your case it is also enough to call: Customer customer = jsonb.fromJson(json, CustomerImpl.class);

@marceloverdijk Commented Thanks! Looking forward to see this incorporated in the jsonb spec.

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/68 * **Original Issue Raised By:**@m0mus * **Original Issue Assigned To:** Unassigned

* **Issue Imported From:** https://github.com/javaee/jsonb-spec/issues/72 * **Original Issue Raised By:**@struberg * **Original Issue Assigned To:** Unassigned