Uses of Class
io.helidon.inject.runtime.Dependencies.BuilderContinuation
Packages that use Dependencies.BuilderContinuation
-
Uses of Dependencies.BuilderContinuation in io.helidon.inject.runtime
Methods in io.helidon.inject.runtime that return Dependencies.BuilderContinuationModifier and TypeMethodDescriptionDependencies.BuilderContinuation.add
(TypeName serviceTypeName, String elemName, TypeName elemTypeName, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(io.helidon.inject.api.InjectionPointInfo ipInfo) Adds a new dependency item.Dependencies.BuilderContinuation.add
(Class<?> serviceType, String elemName, Class<?> elemType, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(Class<?> serviceType, String elemName, Class<?> elemType, ElementKind kind, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(String elemName, Class<?> elemType, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(String elemName, Class<?> elemType, ElementKind kind, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.addQualifier
(io.helidon.inject.api.Qualifier val) Sets the optional qualifier of the injection point.Dependencies.BuilderContinuation.addQualifier
(Class<? extends Annotation> val) Sets the optional qualifier of the injection point.Creates a builder.Creates a builder.Dependencies.BuilderContinuation.elemOffset
(int offset) Sets the element offset.Name of the injection point code, such as argument or field.Type of the injection point code, such as argument or field.Dependencies.BuilderContinuation.listWrapped()
Sets the flag indicating the injection point is a list.Dependencies.BuilderContinuation.listWrapped
(boolean val) Sets the flag indicating the injection point is a list.Sets the optional qualified name of the injection point.Dependencies.BuilderContinuation.optionalWrapped()
Sets the flag indicating the injection point is anOptional
type.Dependencies.BuilderContinuation.optionalWrapped
(boolean val) Sets the flag indicating the injection point is anOptional
type.Dependencies.BuilderContinuation.providerWrapped()
Sets the flag indicating the injection point is a provider.Dependencies.BuilderContinuation.providerWrapped
(boolean val) Sets the flag indicating the injection point is a provider.Dependencies.BuilderContinuation.qualifiers
(Set<io.helidon.inject.api.Qualifier> val) Sets the optional qualifier of the injection point.Dependencies.BuilderContinuation.staticDeclaration
(boolean val) Sets the flag indicating that the injection point is static.