Create MapPropertyType, change MapProperty to use it #449
Labels
good-first-issue
Want to contribute? This label marks well-defined, [relatively] straightforward issues
Milestone
To do
MapPropertyType
, similar toListPropertyType
etc.CollectionPropertyType
: allow to supply a customPropertyType<Map<String, …>>
but also make it possible to just specify thePropertyType<V> valueType
String
. This should not be overridable!Notes
The result map property type and map property should be similar to
SetPropertyType
andSetProperty
: make sure the entries are kept in insertion order (i.e. useLinkedHashMap
) and that the default value / returned values are immutable.The text was updated successfully, but these errors were encountered: