Uses of Class
org.apache.juneau.BeanDictionaryMap
Packages that use BeanDictionaryMap
-
Uses of BeanDictionaryMap in org.apache.juneau
Methods in org.apache.juneau that return BeanDictionaryMapModifier and TypeMethodDescriptionprotected BeanDictionaryMap
Add a dictionary name mapping for the specified class.protected BeanDictionaryMap
BeanDictionaryMap.append
(String typeName, Class<? extends Collection> collectionClass, Object entryClass) Add a dictionary name mapping for the specified collection class with the specified entry class.protected BeanDictionaryMap
BeanDictionaryMap.append
(String typeName, Class<? extends Map> mapClass, Object keyClass, Object valueClass) Add a dictionary name mapping for the specified map class with the specified key and value classes.