Uses of Class
io.helidon.codegen.classmodel.TypeArgument
Packages that use TypeArgument
-
Uses of TypeArgument in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return TypeArgumentModifier and TypeMethodDescriptionTypeArgument.Builder.build()
static TypeArgument
Creates a new instance from a generic type name.static TypeArgument
Creates newTypeArgument
instance based on the provided token.Methods in io.helidon.codegen.classmodel with parameters of type TypeArgumentModifier and TypeMethodDescriptionClassBase.Builder.addGenericArgument
(TypeArgument typeArgument) Add generic argument type.Method.Builder.addGenericArgument
(TypeArgument typeArgument) Add generic argument to be declared by this method.