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 ReifiedTypeReifiedType. OBJECTMethods in org.osgi.service.blueprint.container that return ReifiedType Modifier and Type Method Description ReifiedTypeReifiedType. 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 booleanConverter. canConvert(java.lang.Object sourceObject, ReifiedType targetType)Return if this converter is able to convert the specified object to the specified type.java.lang.ObjectConverter. convert(java.lang.Object sourceObject, ReifiedType targetType)Convert the specified object to an instance of the specified type.
-