json-typescript-mapper icon indicating copy to clipboard operation
json-typescript-mapper copied to clipboard

Deserialize the Map<String, CustomClass>

Open Rajashreegr opened this issue 7 years ago • 0 comments

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

Rajashreegr avatar Apr 03 '18 16:04 Rajashreegr