Uses of Class
org.apache.juneau.BeanDictionaryMap
Packages that use BeanDictionaryMap
- 
Uses of BeanDictionaryMap in org.apache.juneauMethods in org.apache.juneau that return BeanDictionaryMapModifier and TypeMethodDescriptionprotected BeanDictionaryMapAdd a dictionary name mapping for the specified class.protected BeanDictionaryMapBeanDictionaryMap.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 BeanDictionaryMapBeanDictionaryMap.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.