Uses of Class
org.apache.camel.tooling.util.srcgen.GenericType
-
Packages that use GenericType Package Description org.apache.camel.tooling.util.srcgen -
-
Uses of GenericType in org.apache.camel.tooling.util.srcgen
Methods in org.apache.camel.tooling.util.srcgen that return GenericType Modifier and Type Method Description GenericTypeGenericType. getActualTypeArgument(int i)GenericTypeMethod. getReturnType()GenericTypeField. getType()GenericTypeParam. getType()GenericTypeProperty. getType()static GenericTypeGenericType. parse(String type, ClassLoader loader)Methods in org.apache.camel.tooling.util.srcgen with parameters of type GenericType Modifier and Type Method Description MethodMethod. addParameter(GenericType type, String name)MethodMethod. addParameter(GenericType type, String name, boolean vararg)PropertyJavaClass. addProperty(GenericType type, String name)MethodMethod. addThrows(GenericType type)MethodMethod. setReturnType(GenericType returnType)FieldField. setType(GenericType type)voidProperty. setType(GenericType type)Constructors in org.apache.camel.tooling.util.srcgen with parameters of type GenericType Constructor Description GenericType(Class clazz, GenericType.BoundType boundType, GenericType... parameters)GenericType(Class clazz, GenericType... parameters)Param(GenericType type, String name)Param(GenericType type, String name, boolean vararg)Property(GenericType type, String name)
-