Uses of Interface
org.osgi.service.blueprint.reflect.MapEntry
-
Packages that use MapEntry Package Description org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. -
-
Uses of MapEntry in org.osgi.service.blueprint.reflect
Methods in org.osgi.service.blueprint.reflect that return types with arguments of type MapEntry Modifier and Type Method Description java.util.List<MapEntry>
MapMetadata. getEntries()
Return the entries for the map.java.util.List<MapEntry>
PropsMetadata. getEntries()
Return the entries for the properties.java.util.List<MapEntry>
ServiceMetadata. getServiceProperties()
Return the user declared properties to be advertised with the service.
-