Uses of Interface
build.codemodel.dependency.injection.BindingBuilder
-
Uses of BindingBuilder in build.codemodel.dependency.injection
Classes in build.codemodel.dependency.injection that implement BindingBuilderMethods in build.codemodel.dependency.injection that return BindingBuilderModifier and TypeMethodDescriptionConfigures theBindingBuilderto createBindings injectable withDependencys that require named values, the name being specified using theNamedannotation.<T> BindingBuilder<T> Creates a new fluentBindingBuilderfor the specifiedClassofBinding, allowing definition, configuration and construction of aBinding.<T> BindingBuilder<T> Context.bind(T value) Creates aBindingBuilderpre-loaded with the specified instance value, enablingBindingBuilder.asAllInterfaces()andBindingBuilder.asAllInterfaces(Predicate)to register the value against every interface in its type hierarchy in a single call.AbstractBindingBuilder.with(build.codemodel.foundation.usage.AnnotationTypeUsage annotationTypeUsage) AbstractBindingBuilder.with(Annotation annotation) AbstractBindingBuilder.with(Class<? extends Annotation> annotationClass) BindingBuilder.with(build.codemodel.foundation.usage.AnnotationTypeUsage qualifier) BindingBuilder.with(Annotation annotation) BindingBuilder.with(Class<? extends Annotation> annotationClass) Configures theBindingBuilderto createBindings requiring the specified MarkerQualifierAnnotation.