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
I have a property as defined below. How can I define the clazz for this property? @JsonProperty('condition status')
conditionStatus: Map<string, CustomClass>;
Right now it is not deserialize my property & i'm always getting an empty value
The text was updated successfully, but these errors were encountered:
Is it possible to deserialize the Map object?
I have a property as defined below. How can I define the clazz for this property?
@JsonProperty('condition status')
conditionStatus: Map<string, CustomClass>;
Right now it is not deserialize my property & i'm always getting an empty value
The text was updated successfully, but these errors were encountered: