Uses of Class
io.helidon.codegen.classmodel.TypeArgument
Packages that use TypeArgument
Package
Description
Class model generator for annotation processors.
Common code processing and generation.
-
Uses of TypeArgument in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return TypeArgumentModifier and TypeMethodDescriptionTypeArgument.Builder.build()static TypeArgumentCreates a new instance from a generic type name.static TypeArgumentCreates newTypeArgumentinstance 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. -
Uses of TypeArgument in io.helidon.data.codegen.common
Methods in io.helidon.data.codegen.common that return TypeArgumentModifier and TypeMethodDescriptionprotected static TypeArgumentBaseRepositoryInterfaceGenerator.extendsType(String type, TypeName extended) Generate<type> extends <extended>generic type.