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.
  • Constructor Details

    • DependenciesInfoImpl

      protected DependenciesInfoImpl(DependenciesInfo.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • serviceInfoDependencies

      public Map<ServiceInfoCriteria,Set<DependencyInfo>> serviceInfoDependencies()
    • fromServiceTypeName

      public Optional<TypeName> fromServiceTypeName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • allDependencies

      default Set<DependencyInfo> allDependencies()
      Represents a flattened set of all dependencies.
      Returns:
      the flattened set of all dependencies
    • allDependenciesFor

      default List<DependencyInfo> allDependenciesFor(String elemName)
      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