Uses of Class
org.osgi.util.converter.ConvertingImpl
Packages that use ConvertingImpl
-
Uses of ConvertingImpl in org.osgi.util.converter
Fields in org.osgi.util.converter declared as ConvertingImplModifier and TypeFieldDescriptionprotected final ConvertingImplDynamicMapLikeFacade.convertingImplprivate final ConvertingImplListDelegate.convertingImplprivate final ConvertingImplMapDelegate.convertingImplprivate final ConvertingImplSetDelegate.convertingImplMethods in org.osgi.util.converter with parameters of type ConvertingImplModifier and TypeMethodDescription(package private) static <T> List<T> ListDelegate.forArray(Object arr, ConvertingImpl converting) (package private) static MapDelegate<String, Object> MapDelegate.forBean(Object b, Class<?> beanClass, ConvertingImpl converting) (package private) static <T> List<T> ListDelegate.forCollection(Collection<T> object, ConvertingImpl converting) (package private) static <T> Set<T> SetDelegate.forCollection(Collection<T> collection, 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) (package private) static <K,V> Map <K, V> MapDelegate.forMap(Map<K, V> m, ConvertingImpl converting) Constructors in org.osgi.util.converter with parameters of type ConvertingImplModifierConstructorDescription(package private)DynamicBeanFacade(Object backingObject, Class<?> beanClass, ConvertingImpl convertingImpl) (package private)DynamicDictionaryFacade(Dictionary<K, V> backingObject, ConvertingImpl convertingImpl) (package private)DynamicDTOFacade(Object backingObject, Class<?> dtoClass, ConvertingImpl converting) (package private)DynamicInterfaceFacade(Object backingObject, Class<?> intf, ConvertingImpl convertingImpl) (package private)DynamicMapFacade(Map<K, V> backingObject, ConvertingImpl convertingImpl) protectedDynamicMapLikeFacade(ConvertingImpl convertingImpl) privateListDelegate(List<T> del, ConvertingImpl conv) privateMapDelegate(ConvertingImpl converting, Map<K, V> del) (package private)SetDelegate(Set<T> collection, ConvertingImpl converting)