public interface PropertyMap extends Map<String,Property<?>>
For a JavaBean, this will ultimately wrap get/set method pairs. Alternate implementations may perform any logic to obtain the value.
Map.Entry<K,V>
Map<String,Object>
flatten()
Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Map<String,Object> flatten()
The returned map will contain all the properties from the bean with their actual values.
Copyright © 2007–2013 Joda.org. All rights reserved.