is there a sugar like [ ] for maps? ```public v...
# announcements
x
is there a sugar like [] for maps?
Copy code
public void setCustomTypeMapping(Map<String, String> customTypeMapping) {
so I would write
Copy code
customTypeMapping = ...?