Uses of Class
org.osgi.util.converter.MapDelegate
Packages that use MapDelegate
-
Uses of MapDelegate in org.osgi.util.converter
Methods in org.osgi.util.converter that return MapDelegateModifier and TypeMethodDescription(package private) static MapDelegate
<String, Object> MapDelegate.forBean
(Object b, Class<?> beanClass, ConvertingImpl converting) (package private) static <K,
V> MapDelegate <K, V> MapDelegate.forDictionary
(Dictionary<K, V> d, ConvertingImpl converting) (package private) static MapDelegate
<String, Object> MapDelegate.forDTO
(Object obj, Class<?> dtoClass, ConvertingImpl converting) (package private) static MapDelegate
<String, Object> MapDelegate.forInterface
(Object obj, Class<?> intf, ConvertingImpl converting)