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