moqui-framework icon indicating copy to clipboard operation
moqui-framework copied to clipboard

Remove nulls for Map instance in ServiceDefinition.nestedRemoveNullsFromResultMap()

Open hellozhangwei opened this issue 5 years ago • 0 comments

Should we remove nulls for Map in ServiceDefinition.nestedRemoveNullsFromResultMap()?

For example, add lines below in ServiceDefinition.java line 829

       _else if (value instanceof Map) {
            entry.setValue(CollectionUtilities.removeNullsFromMap((Map)value));
        }_ 

hellozhangwei avatar Jun 28 '20 14:06 hellozhangwei