feature/hashmap import java removal by baywet · Pull Request #295 · microsoftgraph/MSGraph-SDK-Code-Generator

@baywet

@baywet

@baywet

@baywet

@baywet

zengin

import com.google.gson.JsonElement;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
<# if(((OdcmClass)c).IsOpen && !((OdcmClass)c).Properties.Any()) { #>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Looks like this is needed for AdditionalData. Consider leaving a comment on the relation between the import of HashMap and the condition.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not for additional data but for open type with no properties (that are effectively hashmaps), things like PlannerChecklistItems for instance

@baywet baywet deleted the feature/hashmap-import-java-removal branch

September 18, 2020 17:20