Uses of Class
org.osgi.service.blueprint.container.ReifiedType
-
Packages that use ReifiedType Package Description org.osgi.service.blueprint.container -
-
Uses of ReifiedType in org.osgi.service.blueprint.container
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.
-