Uses of Class
org.osgi.service.blueprint.container.ReifiedType

Packages that use ReifiedType
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
org.springframework.osgi.blueprint.container Adapter package for the OSGi Blueprint Service container. 
 

Uses of ReifiedType in org.osgi.service.blueprint.container
 

Methods in org.osgi.service.blueprint.container that return ReifiedType
 ReifiedType ReifiedType.getActualTypeArgument(int i)
          Return a type parameter for this type.
 

Methods in org.osgi.service.blueprint.container with parameters of type ReifiedType
 boolean Converter.canConvert(Object sourceObject, ReifiedType targetType)
          Return if this converter is able to convert the specified object to the specified type.
 Object Converter.convert(Object sourceObject, ReifiedType targetType)
          Convert the specified object to an instance of the specified type.
 

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

Methods in org.springframework.osgi.blueprint.container with parameters of type ReifiedType
 boolean SpringBlueprintConverter.canConvert(Object source, ReifiedType targetType)
           
 Object SpringBlueprintConverter.convert(Object source, ReifiedType targetType)
           
 



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