Uses of Class
io.helidon.common.types.DefaultTypeInfo.Builder
Packages that use DefaultTypeInfo.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of DefaultTypeInfo.Builder in io.helidon.common.types
Methods in io.helidon.common.types 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.addModifierName(String val) Adds a single modifier val.DefaultTypeInfo.Builder.addOtherElementInfo(TypedElementName val) Adds a single otherElementInfo val.DefaultTypeInfo.Builder.addReferencedTypeNamesToAnnotations(TypeName key, AnnotationAndValue val) Adds a single referencedTypeNamesToAnnotations val.DefaultTypeInfo.Builder.addReferencedTypeNamesToAnnotations(TypeName key, Collection<AnnotationAndValue> vals) Adds a collection of referencedTypeNamesToAnnotations values.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.modifierNames(Collection<String> val) Sets the modifiers to val.DefaultTypeInfo.Builder.otherElementInfo(Collection<TypedElementName> val) Sets the otherElementInfo to val.DefaultTypeInfo.Builder.referencedTypeNamesToAnnotations(Map<TypeName, List<AnnotationAndValue>> val) Sets the referencedTypeNamesToAnnotations 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.common.types with parameters of type DefaultTypeInfo.BuilderModifierConstructorDescriptionprotectedDefault constructor taking the builder as an argument.