Package org.osgi.util.converter
Class DynamicDTOFacade
java.lang.Object
org.osgi.util.converter.DynamicMapLikeFacade<String,Object>
org.osgi.util.converter.DynamicDTOFacade
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class org.osgi.util.converter.DynamicMapLikeFacade
convertingImpl
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicDTOFacade
(Object backingObject, Class<?> dtoClass, ConvertingImpl converting) -
Method Summary
Methods inherited from class org.osgi.util.converter.DynamicMapLikeFacade
clear, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
keys
-
backingObject
-
dtoClass
-
-
Constructor Details
-
DynamicDTOFacade
DynamicDTOFacade(Object backingObject, Class<?> dtoClass, ConvertingImpl converting)
-
-
Method Details
-
get
-
keySet
-
getKeys
-