Blueprint Service Type Conversion Package Version 1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.service.blueprint.convert; version="[1.0,2.0)"
This package defines the Converter
interface used to implement
type converters, and the ConversionService
interface that provides access
to registered type converters. A module context contains an implicitly defined
component "conversionService" that is an instance of ConversionService
.