Uses of Class
com.yahoo.component.chain.dependencies.Dependencies
Packages that use Dependencies
Package
Description
-
Uses of Dependencies in com.yahoo.component.chain
Fields in com.yahoo.component.chain declared as DependenciesMethods in com.yahoo.component.chain that return DependenciesModifier and TypeMethodDescriptionChainedComponent.getDependencies()Returns the configured and declared dependencies of this chainedcomponentMethods in com.yahoo.component.chain with parameters of type DependenciesModifier and TypeMethodDescriptionvoidChainedComponent.initDependencies(Dependencies dependencies) Called by the container to assign the full set of dependencies to this class (configured and declared).Constructors in com.yahoo.component.chain with parameters of type Dependencies -
Uses of Dependencies in com.yahoo.component.chain.dependencies
Methods in com.yahoo.component.chain.dependencies that return DependenciesModifier and TypeMethodDescriptionstatic DependenciesDependencies.emptyDependencies()Dependencies.union(Dependencies dependencies) Methods in com.yahoo.component.chain.dependencies with parameters of type Dependencies -
Uses of Dependencies in com.yahoo.component.chain.model
Fields in com.yahoo.component.chain.model declared as DependenciesMethods in com.yahoo.component.chain.model that return DependenciesConstructors in com.yahoo.component.chain.model with parameters of type DependenciesModifierConstructorDescriptionChainedComponentModel(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies) ChainedComponentModel(BundleInstantiationSpecification bundleInstantiationSpec, Dependencies dependencies, String configId)