jf3096/json-typescript-mapper

Deserialize the Map<String, CustomClass>

Opened this issue · 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