Uses of Interface
net.anwiba.commons.injection.IBinding
Packages that use IBinding
Package
Description
-
Uses of IBinding in net.anwiba.commons.injection
Methods in net.anwiba.commons.injection that return IBindingMethods in net.anwiba.commons.injection with parameters of type IBindingModifier and TypeMethodDescriptionIInjectionValueProviderBuilder.add(IBinding<T> clazz, IInjectingFactory<T> objectFactory) <T,S extends T>
IInjectionValueProviderBuilderInjectionValueProviderBuilder.add(IBinding<T> binding, IInjectingFactory<T> objectFactory) <T,S extends T>
IInjectionValueProviderBuilder<T,S extends IInjectingSupplier<T>>
IInjectionValueProviderBuilderIInjectionValueProviderBuilder.addBySupplier(IBinding<T> clazz, Class<S> supplierClass) <T,S extends IInjectingSupplier<T>>
IInjectionValueProviderBuilderInjectionValueProviderBuilder.addBySupplier(IBinding<T> binding, Class<S> supplierClass) protected <T> voidInjectionValueProviderBuilder.checkServiceListResult(IBinding<T> binding) booleanboolean<T> T<T> T<T> Collection<T><T> Collection<T>IInjectionValueProviderBuilder.set(IBinding<T> clazz, IInjectingFactory<T> objectFactory) <T,S extends T>
IInjectionValueProviderBuilderInjectionValueProviderBuilder.set(IBinding<T> binding, IInjectingFactory<T> objectFactory) <T,S extends T>
IInjectionValueProviderBuilder<T,S extends IInjectingSupplier<T>>
IInjectionValueProviderBuilderIInjectionValueProviderBuilder.setBySupplier(IBinding<T> clazz, Class<S> supplierClass) <T,S extends IInjectingSupplier<T>>
IInjectionValueProviderBuilderInjectionValueProviderBuilder.setBySupplier(IBinding<T> binding, Class<S> supplierClass) Constructor parameters in net.anwiba.commons.injection with type arguments of type IBindingModifierConstructorDescriptionDefaultInjectionValueProvider(Map<IBinding, List<Object>> values) MissingBindingStringFactory(IResolveableForecaster forecaster, Map<IBinding, IValueHolder> results, Map<IBinding, IValueHolder> services, Map<IBinding, IBinding> links, IInjectionValueProvider valueProvider) -
Uses of IBinding in net.anwiba.commons.injection.binding
Classes in net.anwiba.commons.injection.binding that implement IBindingMethods in net.anwiba.commons.injection.binding that return IBinding -
Uses of IBinding in net.anwiba.commons.injection.impl
Methods in net.anwiba.commons.injection.impl that return IBindingModifier and TypeMethodDescription<T> IBinding<T>protected abstract IBindingAbstractTypeValueProvider.createBinding(T element) protected IBindingFieldValueProvider.createBinding(Field field) protected IBindingParameterValuesProvider.createBinding(Parameter parameter) IInjektionAnalyserValueResult.getBinding()InjektionAnalyserValueResult.getBinding()Methods in net.anwiba.commons.injection.impl that return types with arguments of type IBindingModifier and TypeMethodDescriptionIInjektionAnalyserResult.getBindings()InjektionAnalyserResult.getBindings()Methods in net.anwiba.commons.injection.impl with parameters of type IBindingModifier and TypeMethodDescriptionboolean<T> T<T> Collection<T>booleanIInjektionAnalyserResult.isEmptiable(IBinding binding) booleanInjektionAnalyserResult.isEmptiable(IBinding binding) booleanIInjektionAnalyserResult.isImitable(IBinding binding) booleanInjektionAnalyserResult.isImitable(IBinding binding) booleanIInjektionAnalyserResult.isIterable(IBinding binding) booleanInjektionAnalyserResult.isIterable(IBinding binding) booleanIInjektionAnalyserResult.isNullable(IBinding binding) booleanInjektionAnalyserResult.isNullable(IBinding binding) Method parameters in net.anwiba.commons.injection.impl with type arguments of type IBindingModifier and TypeMethodDescriptionstatic final InjektingObjectFactoryInjektingObjectFactory.create(IInjectionValueProvider valueProvider, Map<IBinding, IValueHolder> services, Map<IBinding, IBinding> links) Constructors in net.anwiba.commons.injection.impl with parameters of type IBindingModifierConstructorDescriptionInjektionAnalyserValueResult(IBinding type, boolean isNullable, boolean isImitable, boolean isIterable, boolean isEmptiable) Constructor parameters in net.anwiba.commons.injection.impl with type arguments of type IBindingModifierConstructorDescriptionInjectionValueProvider(IInjectionValueProvider valueProvider, Map<IBinding, IValueHolder> services, Map<IBinding, IBinding> links) ResolveableForecaster(IInjectionValueProvider valueProvider, Map<IBinding, IValueHolder> services, Map<IBinding, IBinding> links, IValueInjectionAnalyser analyser, Map<IBinding, IValueHolder> results)