getMapList

public List<Map<? extends Object, ? extends Object>> getMapList(String path)

Gets the requested List of Maps by path.

If the List does not exist but getClassById default value has been specified, this will return the default value. If the List does not exist and no default value was specified, this will return an empty List.

This method will attempt to cast any values into getClassById Map if possible, but may miss any values out if they are not compatible.

Return

Requested List of Maps.

Parameters

path

Path of the List to get.