Uses of Interface
build.codemodel.dependency.injection.MultiBinder
-
Uses of MultiBinder in build.codemodel.dependency.injection
Methods in build.codemodel.dependency.injection that return MultiBinderModifier and TypeMethodDescriptionAdds a binding by implementation class, which is instantiated via theContextat injection time.Adds a binding via supplier, which is called at injection time to produce the value.Adds a pre-constructed value to the set.<T> MultiBinder<T> Returns aMultiBinderfor the specified element type, creating it if it does not yet exist.