Uses of Class
io.helidon.pico.runtime.Dependencies.BuilderContinuation
Packages that use Dependencies.BuilderContinuation
Package
Description
Pico Annotation Processors and supporting types.
Pico runtime services.
-
Uses of Dependencies.BuilderContinuation in io.helidon.pico.processor
Methods in io.helidon.pico.processor with parameters of type Dependencies.BuilderContinuationModifier and TypeMethodDescriptionvoidInjectAnnotationProcessor.doInner(TypeElement type, Dependencies.BuilderContinuation builder) -
Uses of Dependencies.BuilderContinuation in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return Dependencies.BuilderContinuationModifier and TypeMethodDescriptionDependencies.BuilderContinuation.add(InjectionPointInfo ipInfo) Adds a new dependency item.Dependencies.BuilderContinuation.add(Class<?> serviceType, String elemName, Class<?> elemType, ElementInfo.ElementKind kind, int elemArgs, ElementInfo.Access access) Adds a new dependency item.Dependencies.BuilderContinuation.add(Class<?> serviceType, String elemName, Class<?> elemType, ElementInfo.ElementKind kind, ElementInfo.Access access) Adds a new dependency item.Dependencies.BuilderContinuation.add(String elemName, Class<?> elemType, ElementInfo.ElementKind kind, int elemArgs, ElementInfo.Access access) Adds a new dependency item.Dependencies.BuilderContinuation.add(String elemName, Class<?> elemType, ElementInfo.ElementKind kind, ElementInfo.Access access) Adds a new dependency item.Dependencies.BuilderContinuation.add(String serviceTypeName, String elemName, String elemTypeName, ElementInfo.ElementKind kind, int elemArgs, ElementInfo.Access access) Adds a new dependency item.Dependencies.BuilderContinuation.addQualifier(QualifierAndValue 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.Dependencies.BuilderContinuation.elemOffset(Integer offset) Sets the element offset.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 anOptionaltype.Dependencies.BuilderContinuation.optionalWrapped(boolean val) Sets the flag indicating the injection point is anOptionaltype.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(Collection<QualifierAndValue> val) Sets the optional qualifier of the injection point.Dependencies.BuilderContinuation.staticDeclaration(boolean val) Sets the flag indicating that the injection point is static.