public class GenericType
extends org.osgi.service.blueprint.container.ReifiedType
| Constructor and Description |
|---|
GenericType(Class clazz,
GenericType... parameters) |
GenericType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.blueprint.container.ReifiedType |
getActualTypeArgument(int i) |
static GenericType |
parse(String type,
Object loader) |
int |
size() |
String |
toString() |
public GenericType(Type type)
public GenericType(Class clazz, GenericType... parameters)
public static GenericType parse(String type, Object loader) throws ClassNotFoundException, IllegalArgumentException
public 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.ReifiedTypeCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.