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

Packages that use ReifiedType
org.ops4j.pax.swissbox.converter   
org.ops4j.pax.swissbox.converter.helpers   
org.ops4j.pax.swissbox.converter.internal   
org.ops4j.pax.swissbox.converter.java.io   
org.ops4j.pax.swissbox.converter.java.lang   
org.ops4j.pax.swissbox.converter.java.util   
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter
 

Subclasses of ReifiedType in org.ops4j.pax.swissbox.converter
 class GenericType
          JAVADOC NOTICE: This class contains code originally developed by "Apache Geronimo Project", OSGi Blueprint Implementation.
 

Methods in org.ops4j.pax.swissbox.converter that return ReifiedType
 ReifiedType GenericType.getActualTypeArgument(int index)
           
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter.helpers
 

Methods in org.ops4j.pax.swissbox.converter.helpers with parameters of type ReifiedType
 boolean EmptyConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean WrapperConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object EmptyConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object WrapperConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter.internal
 

Methods in org.ops4j.pax.swissbox.converter.internal with parameters of type ReifiedType
 boolean AbstractCompositeConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object AbstractCompositeConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter.java.io
 

Methods in org.ops4j.pax.swissbox.converter.java.io with parameters of type ReifiedType
 boolean ToPrintStreamConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToWriterConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToURLConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToReaderConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToURIConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToInputStreamConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToOutputStreamConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToPrintStreamConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToWriterConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToURLConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToReaderConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToURIConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToInputStreamConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToOutputStreamConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.io.InputStream ToInputStreamConverter.convertToInputStream(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.io.OutputStream ToOutputStreamConverter.convertToOutputStream(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.io.PrintStream ToPrintStreamConverter.convertToPrintStream(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.io.Reader ToReaderConverter.convertToReader(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.net.URI ToURIConverter.convertToURI(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.net.URL ToURLConverter.convertToURL(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.io.Writer ToWriterConverter.convertToWriter(java.lang.Object sourceObject, ReifiedType targetType)
           
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter.java.lang
 

Methods in org.ops4j.pax.swissbox.converter.java.lang with parameters of type ReifiedType
 boolean FromNullConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean AssignableConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToStringConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToCharSequenceConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean FromStringToClassConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean FromStringConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToNumberConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object FromNullConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object AssignableConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToStringConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToCharSequenceConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object FromStringToClassConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object FromStringConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToNumberConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 

Uses of ReifiedType in org.ops4j.pax.swissbox.converter.java.util
 

Methods in org.ops4j.pax.swissbox.converter.java.util with parameters of type ReifiedType
 boolean ToArrayConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToCollectionConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToDictionaryConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 boolean ToMapConverter.canConvert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToArrayConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToCollectionConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToDictionaryConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 java.lang.Object ToMapConverter.convert(java.lang.Object sourceObject, ReifiedType targetType)
           
 

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 © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.