public class GenericType
extends org.osgi.service.blueprint.container.ReifiedType
| Constructor and Description |
|---|
GenericType(java.lang.Class clazz,
GenericType... parameters) |
GenericType(java.lang.reflect.Type type) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.blueprint.container.ReifiedType |
getActualTypeArgument(int i) |
static GenericType |
parse(java.lang.String type,
java.lang.Object loader) |
int |
size() |
java.lang.String |
toString() |
public GenericType(java.lang.reflect.Type type)
public GenericType(java.lang.Class clazz,
GenericType... parameters)
public static GenericType parse(java.lang.String type, java.lang.Object loader) throws java.lang.ClassNotFoundException, java.lang.IllegalArgumentException
java.lang.ClassNotFoundExceptionjava.lang.IllegalArgumentExceptionpublic org.osgi.service.blueprint.container.ReifiedType getActualTypeArgument(int i)
getActualTypeArgument in class org.osgi.service.blueprint.container.ReifiedTypepublic int size()
size in class org.osgi.service.blueprint.container.ReifiedTypepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012 OW2 Consortium. All Rights Reserved.