Uses of Interface
org.osgi.service.blueprint.container.Converter

Packages that use Converter
org.springframework.osgi.blueprint.container Adapter package for the OSGi Blueprint Service container. 
 

Uses of Converter in org.springframework.osgi.blueprint.container
 

Classes in org.springframework.osgi.blueprint.container that implement Converter
 class SpringBlueprintConverter
          Blueprint converter exposing the backing container conversion capabilities.
 

Methods in org.springframework.osgi.blueprint.container with parameters of type Converter
 void SpringBlueprintConverterService.add(Converter blueprintConverter)
           
 

Method parameters in org.springframework.osgi.blueprint.container with type arguments of type Converter
 void SpringBlueprintConverterService.add(Collection<Converter> blueprintConverters)
           
 

Constructor parameters in org.springframework.osgi.blueprint.container with type arguments of type Converter
BlueprintConverterConfigurer(List<Converter> converters)
           
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.