Interface ServiceReferenceMapper<K,S>

All Known Implementing Classes:
PropertyServiceReferenceMapper

public interface ServiceReferenceMapper<K,S>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(org.osgi.framework.ServiceReference<S> serviceReference, ServiceReferenceMapper.Emitter<K> emitter)