Uses of Interface
io.activej.inject.impl.CompiledBinding
Packages that use CompiledBinding
-
Uses of CompiledBinding in io.activej.inject
Methods in io.activej.inject that return CompiledBindingModifier and TypeMethodDescriptionCompiledBinding<?>[]Injector.ScopeLocalData.eagerSingletons()Returns the value of theeagerSingletonsrecord component.Methods in io.activej.inject that return types with arguments of type CompiledBindingModifier and TypeMethodDescriptionMap<Key<?>,CompiledBinding<?>> Injector.ScopeLocalData.compiledBindings()Returns the value of thecompiledBindingsrecord component.Constructors in io.activej.inject with parameters of type CompiledBindingModifierConstructorDescriptionScopeLocalData(Scope[] scope, Map<Key<?>, Binding<?>> bindings, Map<Key<?>, CompiledBinding<?>> compiledBindings, Map<Key<?>, Integer> slotMapping, int slots, CompiledBinding<?>[] eagerSingletons) Creates an instance of aScopeLocalDatarecord class. -
Uses of CompiledBinding in io.activej.inject.binding
Methods in io.activej.inject.binding that return CompiledBindingModifier and TypeMethodDescriptionabstract CompiledBinding<T>Binding.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor0.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor1.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor2.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor3.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor4.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor5.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructor6.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToConstructorN.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) Bindings.BindingToInstance.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) BindingToKey.compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, @Nullable Integer slot) -
Uses of CompiledBinding in io.activej.inject.impl
Classes in io.activej.inject.impl that implement CompiledBindingModifier and TypeClassDescriptionclassclassclassMethods in io.activej.inject.impl that return CompiledBindingConstructors in io.activej.inject.impl with parameters of type CompiledBindingModifierConstructorDescriptionInstanceProviderImpl(Key<T> key, CompiledBinding<T> compiledBinding, AtomicReferenceArray[] scopedInstances, int synchronizedScope)