Uses of Class
org.osgi.service.blueprint.container.ReifiedType
-
Packages that use ReifiedType Package Description org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. -
-
Uses of ReifiedType in org.osgi.service.blueprint.container
Fields in org.osgi.service.blueprint.container declared as ReifiedType Modifier and Type Field Description private static ReifiedType
ReifiedType. OBJECT
Methods in org.osgi.service.blueprint.container that return ReifiedType Modifier and Type Method Description ReifiedType
ReifiedType. getActualTypeArgument(int i)
Return a type parameter for this type.Methods in org.osgi.service.blueprint.container with parameters of type ReifiedType Modifier and Type Method Description 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.
-