|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReifiedType | |
|---|---|
| org.apache.geronimo.blueprint.container | |
| org.apache.geronimo.blueprint.di | |
| org.osgi.service.blueprint.container | Blueprint Container Package Version 1.0. |
| Uses of ReifiedType in org.apache.geronimo.blueprint.container |
|---|
| Subclasses of ReifiedType in org.apache.geronimo.blueprint.container | |
|---|---|
class |
GenericType
XXXX: Currently, in case of arrays getActualTypeArgument(0) returns something similar to what Class.getComponentType() does for arrays. |
| Methods in org.apache.geronimo.blueprint.container that return ReifiedType | |
|---|---|
ReifiedType |
GenericType.getActualTypeArgument(int i)
|
protected ReifiedType |
BeanRecipe.loadType(String className)
|
protected ReifiedType |
AbstractServiceReferenceRecipe.loadType(String typeName,
ClassLoader fromClassLoader)
|
| Methods in org.apache.geronimo.blueprint.container with parameters of type ReifiedType | |
|---|---|
boolean |
AggregateConverter.canConvert(Object fromValue,
ReifiedType toType)
|
Object |
AggregateConverter.convert(Object fromValue,
ReifiedType type)
|
Object |
BlueprintRepository.convert(Object value,
ReifiedType type)
|
Object |
AggregateConverter.Convertible.convert(ReifiedType type)
|
Object |
ReferenceListRecipe.ProvidedObject.convert(ReifiedType type)
|
Object |
ReferenceRecipe.ServiceProxyWrapper.convert(ReifiedType type)
|
static boolean |
AggregateConverter.isAssignable(Object source,
ReifiedType target)
|
| Uses of ReifiedType in org.apache.geronimo.blueprint.di |
|---|
| Methods in org.apache.geronimo.blueprint.di that return ReifiedType | |
|---|---|
protected ReifiedType |
AbstractRecipe.loadType(String typeName)
|
protected ReifiedType |
AbstractRecipe.loadType(String typeName,
ClassLoader fromClassLoader)
|
| Methods in org.apache.geronimo.blueprint.di with parameters of type ReifiedType | |
|---|---|
protected Object |
AbstractRecipe.convert(Object obj,
ReifiedType type)
|
Object |
ExecutionContext.convert(Object value,
ReifiedType type)
|
| Uses of ReifiedType in org.osgi.service.blueprint.container |
|---|
| Methods in org.osgi.service.blueprint.container that return ReifiedType | |
|---|---|
ReifiedType |
ReifiedType.getActualTypeArgument(int i)
Return a type parameter for this type. |
| Methods in org.osgi.service.blueprint.container with parameters of type ReifiedType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||