Uses of Interface
io.bootique.di.BindingBuilder
Packages that use BindingBuilder
-
Uses of BindingBuilder in io.bootique.di
Methods in io.bootique.di that return BindingBuilderModifier and TypeMethodDescription<T> BindingBuilder<T>Starts a binding of a specific interface based on a provided binding key.<T> BindingBuilder<T>Starts an unnamed binding of a specific interface.<T> BindingBuilder<T>Binder.bind(Class<T> interfaceType, Class<? extends Annotation> annotationType) Starts a binding of a specific interface denoted by specified annotation.<T> BindingBuilder<T>Starts a named binding of a specific interface.<T> BindingBuilder<T>Binder.bindOptional(Key<T> key) Starts an optional binding of a specific interface based on a provided binding key.<T> BindingBuilder<T>Binder.bindOptional(Class<T> interfaceType) Starts an unnamed optional binding of a specific interface.<T> BindingBuilder<T>Start override binding of a specific interface based on a provided binding key.<T> BindingBuilder<T>Start override binding of a specific interface.