Uses of Interface
net.anwiba.commons.injection.IInjectionValueProvider
-
Packages that use IInjectionValueProvider Package Description net.anwiba.commons.injection net.anwiba.commons.injection.impl -
-
Uses of IInjectionValueProvider in net.anwiba.commons.injection
Classes in net.anwiba.commons.injection that implement IInjectionValueProvider Modifier and Type Class Description classDefaultInjectionValueProviderMethods in net.anwiba.commons.injection that return IInjectionValueProvider Modifier and Type Method Description IInjectionValueProviderIInjectionValueProviderBuilder. build()IInjectionValueProviderInjectionValueProviderBuilder. build()Constructors in net.anwiba.commons.injection with parameters of type IInjectionValueProvider Constructor Description InjectionValueProviderBuilder(IScope scope, IInjectionValueProvider valueProvider)MissingBindingStringFactory(IResolveableForecaster forecaster, java.util.Map<IBinding,IValueHolder> results, java.util.Map<IBinding,IValueHolder> services, java.util.Map<IBinding,IBinding> links, IInjectionValueProvider valueProvider)ValueInjector(IInjectionValueProvider valuesProvider)ValueInjectorBuilder(IScope scope, IInjectionValueProvider provider) -
Uses of IInjectionValueProvider in net.anwiba.commons.injection.impl
Classes in net.anwiba.commons.injection.impl that implement IInjectionValueProvider Modifier and Type Class Description classInjectionValueProviderMethods in net.anwiba.commons.injection.impl with parameters of type IInjectionValueProvider Modifier and Type Method Description static InjektingObjectFactoryInjektingObjectFactory. create(IInjectionValueProvider valueProvider, java.util.Map<IBinding,IValueHolder> services, java.util.Map<IBinding,IBinding> links)
-