Key Bridge

Results 3 issues of Key Bridge

JSONB type adapter logic differs from JAXB in an important way for collections. In JAXB when applied to a collection an `XmlJavaTypeAdapter` is applied to each entry in the collection....

It would be very convenient to have an analogue to the `@XmlAccessortype` annotation for Jsonb. Jsonb presently reads fields _plus_ methods. For complex classes having many helper methods this can...

Json-b presently does not appear to recognize or honor `@JsonbProperty` annotation when applied to enumerated types. We suggest adding an annotation type that implements the same logic as `@XmlEnumValue` Without...