Uses of Class
io.helidon.builder.processor.spi.DefaultTypeInfo.Builder
-
Uses of DefaultTypeInfo.Builder in io.helidon.builder.processor.spi
Methods in io.helidon.builder.processor.spi that return DefaultTypeInfo.BuilderModifier and TypeMethodDescriptionDefaultTypeInfo.Builder.addAnnotation(AnnotationAndValue val) Adds a single annotation val.DefaultTypeInfo.Builder.addElementInfo(TypedElementName val) Adds a single elementInfo val.DefaultTypeInfo.Builder.addOtherElementInfo(TypedElementName val) Adds a single otherElementInfo val.DefaultTypeInfo.Builder.annotations(Collection<AnnotationAndValue> val) Sets the annotations to val.static DefaultTypeInfo.BuilderDefaultTypeInfo.builder()Creates a new builder for this type.DefaultTypeInfo.Builder.elementInfo(Collection<TypedElementName> val) Sets the elementInfo to val.DefaultTypeInfo.Builder.otherElementInfo(Collection<TypedElementName> val) Sets the otherElementInfo to val.DefaultTypeInfo.Builder.superTypeInfo(TypeInfo val) Sets the superTypeInfo to val.Sets the typeKind to val.Sets the typeName to val.Constructors in io.helidon.builder.processor.spi with parameters of type DefaultTypeInfo.BuilderModifierConstructorDescriptionprotectedDefault constructor taking the builder as an argument.