json-typescript-mapper
json-typescript-mapper copied to clipboard
Deserialize the Map<String, CustomClass>
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