Class GenericType
java.lang.Object
org.apache.camel.tooling.util.srcgen.GenericType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGenericType(Class clazz, GenericType... parameters) GenericType(Class clazz, GenericType.BoundType boundType, GenericType... parameters) GenericType(Type type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActualTypeArgument(int i) Class<?> inthashCode()static GenericTypeparse(String type, ClassLoader loader) intsize()toString()
-
Constructor Details
-
GenericType
-
GenericType
-
GenericType
-
-
Method Details
-
parse
public static GenericType parse(String type, ClassLoader loader) throws ClassNotFoundException, IllegalArgumentException -
getRawClass
-
getActualTypeArgument
-
size
public int size() -
toString
-
hashCode
public int hashCode() -
equals
-