Uses of Class
build.codemodel.dependency.injection.InjectionFramework
-
Uses of InjectionFramework in build.codemodel.dependency.injection
Fields in build.codemodel.dependency.injection declared as InjectionFrameworkModifier and TypeFieldDescriptionprotected final InjectionFrameworkAbstractBindingBuilder.injectionFrameworkTheInjectionFramework.Methods in build.codemodel.dependency.injection that return InjectionFrameworkModifier and TypeMethodDescriptionstatic InjectionFrameworkInjectionFramework.create()Creates anInjectionFrameworkwith a default non-cachingJDKCodeModel.InjectionFramework.withBindingGraph()Installs aGraphBuildingContributorand returns this framework for fluent chaining.Methods in build.codemodel.dependency.injection with parameters of type InjectionFrameworkModifier and TypeMethodDescriptionstatic DefaultOptionResolverDefaultOptionResolver.of(InjectionFramework framework) Creates aDefaultOptionResolver.static ProvidesResolverProvidesResolver.of(Object providerObject, InjectionFramework framework) Creates aProvidesResolverfor the specified provider object.Method parameters in build.codemodel.dependency.injection with type arguments of type InjectionFrameworkModifier and TypeMethodDescriptionContext.addResolver(BiFunction<? super InjectionFramework, ? super Context, Resolver<?>> supplier) Constructors in build.codemodel.dependency.injection with parameters of type InjectionFrameworkModifierConstructorDescriptionprotectedAbstractBindingBuilder(InjectionFramework injectionFramework, build.codemodel.foundation.usage.TypeUsage typeUsage) Constructs theAbstractBindingBuilder.ProviderResolver(InjectionFramework injectionFramework, Context context) Constructs aProviderResolverfor a specifiedContext