Uses of Class
org.osgi.service.blueprint.container.ReifiedType
Packages that use ReifiedType
-
Uses of ReifiedType in org.osgi.service.blueprint.container
Fields in org.osgi.service.blueprint.container declared as ReifiedTypeMethods in org.osgi.service.blueprint.container that return ReifiedTypeModifier and TypeMethodDescriptionReifiedType.getActualTypeArgument
(int i) Return a type parameter for this type.Methods in org.osgi.service.blueprint.container with parameters of type ReifiedTypeModifier and TypeMethodDescriptionboolean
Converter.canConvert
(Object sourceObject, ReifiedType targetType) Return if this converter is able to convert the specified object to the specified type.Converter.convert
(Object sourceObject, ReifiedType targetType) Convert the specified object to an instance of the specified type.