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

Packages that use ReifiedType
org.apache.aries.blueprint.container   
org.apache.aries.blueprint.di   
org.apache.aries.blueprint.sample   
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
 

Uses of ReifiedType in org.apache.aries.blueprint.container
 

Subclasses of ReifiedType in org.apache.aries.blueprint.container
 class GenericType
          XXXX: Currently, in case of arrays getActualTypeArgument(0) returns something similar to what Class.getComponentType() does for arrays.
 

Methods in org.apache.aries.blueprint.container that return ReifiedType
 ReifiedType GenericType.getActualTypeArgument(int i)
           
protected  ReifiedType BeanRecipe.loadType(java.lang.String className)
           
protected  ReifiedType AbstractServiceReferenceRecipe.loadType(java.lang.String typeName, java.lang.ClassLoader fromClassLoader)
           
 

Methods in org.apache.aries.blueprint.container with parameters of type ReifiedType
 boolean AggregateConverter.canConvert(java.lang.Object fromValue, ReifiedType toType)
           
 boolean BlueprintRepository.canConvert(java.lang.Object value, ReifiedType type)
           
 java.lang.Object AggregateConverter.convert(java.lang.Object fromValue, ReifiedType type)
           
 java.lang.Object BlueprintRepository.convert(java.lang.Object value, ReifiedType type)
           
 java.lang.Object AggregateConverter.Convertible.convert(ReifiedType type)
           
 java.lang.Object ReferenceListRecipe.ProvidedObject.convert(ReifiedType type)
           
 java.lang.Object ReferenceRecipe.ServiceProxyWrapper.convert(ReifiedType type)
           
static boolean AggregateConverter.isAssignable(java.lang.Object source, ReifiedType target)
           
 

Uses of ReifiedType in org.apache.aries.blueprint.di
 

Methods in org.apache.aries.blueprint.di that return ReifiedType
protected  ReifiedType AbstractRecipe.loadType(java.lang.String typeName)
           
protected  ReifiedType AbstractRecipe.loadType(java.lang.String typeName, java.lang.ClassLoader fromClassLoader)
           
 

Methods in org.apache.aries.blueprint.di with parameters of type ReifiedType
 boolean ExecutionContext.canConvert(java.lang.Object value, ReifiedType type)
           
protected  java.lang.Object AbstractRecipe.convert(java.lang.Object obj, ReifiedType type)
           
 java.lang.Object ExecutionContext.convert(java.lang.Object value, ReifiedType type)
           
 

Uses of ReifiedType in org.apache.aries.blueprint.sample
 

Methods in org.apache.aries.blueprint.sample with parameters of type ReifiedType
 boolean CurrencyTypeConverter.canConvert(java.lang.Object fromValue, ReifiedType toType)
           
 boolean DateTypeConverter.canConvert(java.lang.Object fromValue, ReifiedType toType)
           
 java.lang.Object CurrencyTypeConverter.convert(java.lang.Object source, ReifiedType toType)
           
 java.lang.Object DateTypeConverter.convert(java.lang.Object source, ReifiedType toType)
           
 

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(java.lang.Object sourceObject, ReifiedType targetType)
          Return if this converter is able to convert the specified object to the specified type.
 java.lang.Object Converter.convert(java.lang.Object sourceObject, ReifiedType targetType)
          Convert the specified object to an instance of the specified type.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.