Uses of Interface
build.codemodel.dependency.injection.ValueBinding
-
Uses of ValueBinding in build.codemodel.dependency.injection
Methods in build.codemodel.dependency.injection that return ValueBindingModifier and TypeMethodDescriptionstatic <T> ValueBinding<T> ValueBinding.of(Dependency dependency, T value) Creates aValueBindingfor the specifiedDependencyand value.Methods in build.codemodel.dependency.injection with parameters of type ValueBindingModifier and TypeMethodDescriptionBinding<?> Scope.scope(ValueBinding<?> binding) Wraps the given unscopedValueBindingin a scopedBinding.Binding<?> ScopedValueScope.scope(ValueBinding<?> binding)