Uses of Class
org.apache.camel.tooling.util.srcgen.GenericType
Packages that use GenericType
-
Uses of GenericType in org.apache.camel.tooling.util.srcgen
Methods in org.apache.camel.tooling.util.srcgen that return GenericTypeModifier and TypeMethodDescriptionGenericType.getActualTypeArgument(int i) Method.getReturnType()Field.getType()Param.getType()Property.getType()static GenericTypeGenericType.parse(String type, ClassLoader loader) Methods in org.apache.camel.tooling.util.srcgen with parameters of type GenericTypeModifier and TypeMethodDescriptionMethod.addParameter(GenericType type, String name) Method.addParameter(GenericType type, String name, boolean vararg) JavaClass.addProperty(GenericType type, String name) Method.addThrows(GenericType type) Method.setReturnType(GenericType returnType) Field.setType(GenericType type) voidProperty.setType(GenericType type) Constructors in org.apache.camel.tooling.util.srcgen with parameters of type GenericTypeModifierConstructorDescriptionGenericType(Class clazz, GenericType... parameters) GenericType(Class clazz, GenericType.BoundType boundType, GenericType... parameters) Param(GenericType type, String name) Param(GenericType type, String name, boolean vararg) Property(GenericType type, String name)