You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this function a custom type adapter is required for all enumerated types with non-Java characters (e.g. '-') in their names. For example, the first entry in the following enum requires a dash instead of underscore. @JsonbProperty is presently not picked up or recognized.
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 this function a custom type adapter is required for all enumerated types with non-Java characters (e.g. '-') in their names. For example, the first entry in the following enum requires a dash instead of underscore. @JsonbProperty is presently not picked up or recognized.
The text was updated successfully, but these errors were encountered: