public class GenericType
extends org.osgi.service.blueprint.container.ReifiedType
Constructor and Description |
---|
GenericType(Class clazz,
GenericType... parameters) |
GenericType(Class clazz,
org.apache.aries.blueprint.container.GenericType.BoundType boundType,
GenericType... parameters) |
GenericType(Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
org.osgi.service.blueprint.container.ReifiedType |
getActualTypeArgument(int i) |
static GenericType |
parse(String rawType,
Object loader) |
int |
size() |
String |
toString() |
public GenericType(Type type)
public GenericType(Class clazz, GenericType... parameters)
public GenericType(Class clazz, org.apache.aries.blueprint.container.GenericType.BoundType boundType, GenericType... parameters)
public static GenericType parse(String rawType, Object loader) throws ClassNotFoundException, IllegalArgumentException
public org.osgi.service.blueprint.container.ReifiedType getActualTypeArgument(int i)
getActualTypeArgument
in class org.osgi.service.blueprint.container.ReifiedType
public int size()
size
in class org.osgi.service.blueprint.container.ReifiedType
Copyright © 2019. All rights reserved.