Package | Description |
---|---|
org.osgi.service.blueprint.container |
Modifier and Type | Method | Description |
---|---|---|
ReifiedType |
ReifiedType.getActualTypeArgument(int i) |
Return a type parameter for this type.
|
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.
|