Uses of Class
io.helidon.common.types.DefaultTypedElementName.Builder
Packages that use DefaultTypedElementName.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of DefaultTypedElementName.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return DefaultTypedElementName.BuilderModifier and TypeMethodDescriptionDefaultTypedElementName.Builder.addAnnotation(AnnotationAndValue annotation) Adds a singular annotation.DefaultTypedElementName.Builder.addModifierName(String val) Adds a single modifier val.DefaultTypedElementName.Builder.annotations(List<AnnotationAndValue> val) Set the annotations for this element.DefaultTypedElementName.builder()Creates a builder forTypedElementName.DefaultTypedElementName.Builder.componentTypeNames(List<TypeName> val) Set the component type names.DefaultTypedElementName.Builder.defaultValue(String val) Set the default value.DefaultTypedElementName.Builder.elementKind(String val) Set the element kind.DefaultTypedElementName.Builder.elementName(String val) Set the element name.DefaultTypedElementName.Builder.elementTypeAnnotations(List<AnnotationAndValue> val) Set the annotations for this element type.DefaultTypedElementName.Builder.modifierNames(Collection<String> val) Sets the modifiers to val.Set the type name.Set the type of the element.Constructors in io.helidon.common.types with parameters of type DefaultTypedElementName.BuilderModifierConstructorDescriptionprotectedConstructor taking the fluent builder.