Uses of Class
io.helidon.codegen.classmodel.TypeArgument.Builder
Packages that use TypeArgument.Builder
-
Uses of TypeArgument.Builder in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return TypeArgument.BuilderModifier and TypeMethodDescriptionType this argument is bound to (may have more than one for intersection types).Type this argument is bound to.Type this argument is bound to.Type this argument is bound to.static TypeArgument.BuilderTypeArgument.builder()Return newTypeArgument.Builderinstance.TypeArgument.Builder.description(String description) Set description of the component.TypeArgument.Builder.description(List<String> description) Set description of the component.TypeArgument.Builder.lowerBound(boolean lowerBound) Bound is by default an upper bounds (presented asextendsin code).Token name of this argument.Method parameters in io.helidon.codegen.classmodel with type arguments of type TypeArgument.BuilderModifier and TypeMethodDescriptionClassBase.Builder.addGenericArgument(Consumer<TypeArgument.Builder> consumer) Add generic argument type.