Package | Description |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.di | |
org.apache.aries.blueprint.sample | |
org.osgi.service.blueprint.container |
Blueprint Container Package Version 1.0.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericType
XXXX: Currently, in case of arrays getActualTypeArgument(0) returns something similar to what
Class.getComponentType() does for arrays.
|
Modifier and Type | Method and Description |
---|---|
ReifiedType |
GenericType.getActualTypeArgument(int i) |
protected ReifiedType |
BeanRecipe.loadType(String className) |
protected ReifiedType |
AbstractServiceReferenceRecipe.loadType(String typeName,
ClassLoader fromClassLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
AggregateConverter.canConvert(Object fromValue,
ReifiedType toType) |
boolean |
BlueprintRepository.canConvert(Object value,
ReifiedType type) |
Object |
AggregateConverter.convert(Object fromValue,
ReifiedType type) |
Object |
BlueprintRepository.convert(Object value,
ReifiedType type) |
Object |
ReferenceListRecipe.ProvidedObject.convert(ReifiedType type) |
Object |
AggregateConverter.Convertible.convert(ReifiedType type) |
Object |
ReferenceRecipe.ServiceProxyWrapper.convert(ReifiedType type) |
static boolean |
AggregateConverter.isAssignable(Object source,
ReifiedType target) |
Modifier and Type | Method and Description |
---|---|
protected ReifiedType |
AbstractRecipe.loadType(String typeName) |
protected ReifiedType |
AbstractRecipe.loadType(String typeName,
ClassLoader fromClassLoader) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExecutionContext.canConvert(Object value,
ReifiedType type) |
Object |
ExecutionContext.convert(Object value,
ReifiedType type) |
protected Object |
AbstractRecipe.convert(Object obj,
ReifiedType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
CurrencyTypeConverter.canConvert(Object fromValue,
ReifiedType toType) |
boolean |
DateTypeConverter.canConvert(Object fromValue,
ReifiedType toType) |
Object |
CurrencyTypeConverter.convert(Object source,
ReifiedType toType) |
Object |
DateTypeConverter.convert(Object source,
ReifiedType toType) |
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 © 2015. All rights reserved.