Package | Description |
---|---|
org.eclipse.gemini.blueprint.blueprint.container |
Adapter package for the OSGi Blueprint Service container.
|
org.osgi.service.blueprint.container |
Blueprint Container Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpringBlueprintConverter.canConvert(Object source,
ReifiedType targetType) |
Object |
SpringBlueprintConverter.convert(Object source,
ReifiedType targetType) |
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(Object sourceObject,
ReifiedType targetType)
Return if this converter is able to convert the specified object to the
specified type.
|
Object |
Converter.convert(Object sourceObject,
ReifiedType targetType)
Convert the specified object to an instance of the specified type.
|
Copyright © 2006–2016. All rights reserved.