- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
DependencyInfo.BuilderBase.DependencyInfoImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Aggregates the set of
InjectionPointInfo's that are dependent upon a specific and common
ServiceInfo definition.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forDependencyInfo.static classDependencyInfo.BuilderBase<BUILDER extends DependencyInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DependencyInfo> Deprecated.Fluent API builder base forDependencyInfo. -
Method Summary
Modifier and TypeMethodDescriptionstatic DependencyInfo.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static DependencyInfo.Builderbuilder(DependencyInfo instance) Deprecated.Create a new fluent API builder from an existing instance.Deprecated, for removal: This API element is subject to removal in a future version.The service info describing what the injection point dependencies are dependent upon.Deprecated, for removal: This API element is subject to removal in a future version.Name of the dependency location, such as a field name, or argument name.Deprecated, for removal: This API element is subject to removal in a future version.The set of injection points that depends upondependencyTo().Deprecated, for removal: This API element is subject to removal in a future version.TheServiceProviderthat this dependency is optional resolved and bound to.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
elementName
String elementName()Deprecated, for removal: This API element is subject to removal in a future version.Name of the dependency location, such as a field name, or argument name.- Returns:
- name of the element of this dependency
-
dependencyTo
ServiceInfoCriteria dependencyTo()Deprecated, for removal: This API element is subject to removal in a future version.The service info describing what the injection point dependencies are dependent upon.- Returns:
- the service info dependency
-
injectionPointDependencies
Set<InjectionPointInfo> injectionPointDependencies()Deprecated, for removal: This API element is subject to removal in a future version.The set of injection points that depends upondependencyTo().- Returns:
- the set of dependencies
-
resolvedTo
Optional<ServiceProvider<?>> resolvedTo()Deprecated, for removal: This API element is subject to removal in a future version.TheServiceProviderthat this dependency is optional resolved and bound to. All dependencies frominjectionPointDependencies()will be bound to this resolution.- Returns:
- the optional resolved and bounded service provider
-