| 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 | Class and Description |
|---|---|
private static class |
TypeFactory.GenericsReifiedType |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ReifiedType> |
TypeFactory.GenericsReifiedType.arguments |
| Modifier and Type | Method and Description |
|---|---|
ReifiedType |
TypeFactory.GenericsReifiedType.getActualTypeArgument(int i) |
private static ReifiedType |
TypeFactory.getReifiedType(java.lang.reflect.Type targetType) |
(package private) static ReifiedType |
TypeFactory.getType(org.springframework.core.convert.TypeDescriptor targetType) |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<ReifiedType> |
TypeFactory.getArguments(org.springframework.core.convert.TypeDescriptor type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpringBlueprintConverter.canConvert(java.lang.Object source,
ReifiedType targetType) |
java.lang.Object |
SpringBlueprintConverter.convert(java.lang.Object source,
ReifiedType targetType) |
private java.lang.Object |
SpringBlueprintConverterService.doConvert(java.lang.Object source,
ReifiedType type) |
| 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.
|