Uses of Interface
build.codemodel.dependency.injection.Context
-
Uses of Context in build.codemodel.dependency.injection
Methods in build.codemodel.dependency.injection that return ContextModifier and TypeMethodDescriptionContext.addResolver(Resolver<?> resolver) Adds the specifiedResolverContext.addResolver(BiFunction<? super InjectionFramework, ? super Context, Resolver<?>> supplier) Context.initializeEagerSingletons()Pre-creates allSingleton-scoped class bindings in dependency order, usingGraphs.parallelizableGroups(VertexGraph)to initialize independent groups in parallel.Context.newContext()InjectionFramework.newContext()Creates a new emptyContext.InjectionFramework.newContext(Module... modules) InjectionFramework.newContext(Resolver<?>... resolvers) Builds aBindingGraphTraitfrom the current contributor state, attaches it to the framework'sJDKCodeModel, and writes a human-readable wiring report tooutputPath.Context.validate()Validates the current set of registered bindings before any objects are created.Method parameters in build.codemodel.dependency.injection with type arguments of type ContextModifier and TypeMethodDescriptionContext.addResolver(BiFunction<? super InjectionFramework, ? super Context, Resolver<?>> supplier) Constructors in build.codemodel.dependency.injection with parameters of type ContextModifierConstructorDescriptionProviderResolver(InjectionFramework injectionFramework, Context context) Constructs aProviderResolverfor a specifiedContext