org.helgoboss.scala_osgi_metatype

adapters

package adapters

Contains adapters which translate the Scala OSGi Metatype interfaces to the ones defined in the native OSGi API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. adapters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AttributeDefinitionAdapter[T] extends AttributeDefinition

    Provides the given Scala attribute definition as an OSGi-compliant attribute definition.

  2. class ElementaryAttributeDefinitionAdapter[T] extends AttributeDefinitionAdapter[T]

    Provides the given Scala elementary attribute definition as an OSGi-compliant attribute definition.

  3. class ListAttributeDefinitionAdapter[T] extends AttributeDefinitionAdapter[T]

    Provides the given Scala list attribute definition as an OSGi-compliant attribute definition.

  4. class MetaTypeProviderAdapter extends MetaTypeProvider

    Provides the given Scala meta type provider as an OSGi-compliant meta type provider.

  5. class ObjectClassDefinitionAdapter extends ObjectClassDefinition

    Provides the given Scala object class definition as an OSGi-compliant object class definition.

Inherited from AnyRef

Inherited from Any

Ungrouped