Uses of Class
io.helidon.common.types.DefaultTypeName.Builder
Packages that use DefaultTypeName.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of DefaultTypeName.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return DefaultTypeName.BuilderModifier and TypeMethodDescriptionDefaultTypeName.Builder.array(boolean val) Sets the array flag for this type.static DefaultTypeName.BuilderDefaultTypeName.builder()Creates a builder forTypeName.Set the simple class name.protected DefaultTypeName.BuilderCopy from an existing typeName.DefaultTypeName.Builder.generic(boolean val) Sets the generic flag for this type.DefaultTypeName.Builder.packageName(String val) Set the package name.DefaultTypeName.Builder.primitive(boolean val) Sets the primitive flag for this type.DefaultTypeName.toBuilder()Creates a builder initialized with the current values.static DefaultTypeName.BuilderCreates a builder initialized with a value passed.Sets the package and class name, as well as whether it is primitive or an array.DefaultTypeName.Builder.typeArguments(Collection<TypeName> val) Sets the generic type arguments to the collection passed, and if not empty will set the generic flag to true.DefaultTypeName.Builder.wildcard(boolean val) Sets the wildcard flag for this type, and conditionally the generic flag if the value passed is true.Constructors in io.helidon.common.types with parameters of type DefaultTypeName.Builder