Module io.helidon.inject.api
Package io.helidon.inject.api
Class DependenciesInfo.BuilderBase.DependenciesInfoImpl
java.lang.Object
io.helidon.inject.api.DependenciesInfo.BuilderBase.DependenciesInfoImpl
- All Implemented Interfaces:
Prototype.Api,DependenciesInfo
- Enclosing class:
DependenciesInfo.BuilderBase<BUILDER extends DependenciesInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DependenciesInfo>
protected static class DependenciesInfo.BuilderBase.DependenciesInfoImpl
extends Object
implements DependenciesInfo
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.inject.api.DependenciesInfo
DependenciesInfo.Builder, DependenciesInfo.BuilderBase<BUILDER extends DependenciesInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DependenciesInfo> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDependenciesInfoImpl(DependenciesInfo.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptiondefault Set<DependencyInfo> Represents a flattened set of all dependencies.default List<DependencyInfo> allDependenciesFor(String elemName) Represents the list of all dependencies for a given injection point element name ordered by the element position.booleaninthashCode()toString()
-
Constructor Details
-
DependenciesInfoImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
serviceInfoDependencies
-
fromServiceTypeName
-
toString
-
equals
-
hashCode
public int hashCode() -
allDependencies
Represents a flattened set of all dependencies.- Returns:
- the flattened set of all dependencies
-
allDependenciesFor
Represents the list of all dependencies for a given injection point element name ordered by the element position.- Parameters:
elemName- the element name of the injection point- Returns:
- the list of all dependencies got a given element name of a given injection point
-