Uses of Class
org.apache.felix.gogo.commands.converter.ReifiedType

Packages that use ReifiedType
org.apache.felix.gogo.commands.converter   
 

Uses of ReifiedType in org.apache.felix.gogo.commands.converter
 

Subclasses of ReifiedType in org.apache.felix.gogo.commands.converter
 class GenericType
           
 

Methods in org.apache.felix.gogo.commands.converter that return ReifiedType
 ReifiedType GenericType.getActualTypeArgument(int i)
           
 ReifiedType ReifiedType.getActualTypeArgument(int i)
          Access to a type argument.
 

Methods in org.apache.felix.gogo.commands.converter with parameters of type ReifiedType
 Object DefaultConverter.convert(Object fromValue, ReifiedType type)
           
static boolean DefaultConverter.isAssignable(Object source, ReifiedType target)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.