public interface ResourceProviderInjector
LocalResourceProvider injector abstraction to shade from the concrete implementation of the injection.| Modifier and Type | Method and Description |
|---|---|
<A> A |
getExecutorAdaptee(Class<A> adapteeType,
Class<?> resource)
Returns the binding if it already exists, or null if does not exist.
|
<T> org.ctoolkit.restapi.client.provider.LocalResourceProvider<T> |
getExistingResourceProvider(Class<T> resource)
Returns the binding if it already exists, or null if does not exist.
|
<T> org.ctoolkit.restapi.client.provider.LocalResourceProvider<T> getExistingResourceProvider(@Nonnull Class<T> resource)
T - the concrete type of the resourceresource - the type of resource to get<A> A getExecutorAdaptee(@Nonnull Class<A> adapteeType, @Nonnull Class<?> resource)
adapteeType - the adaptee type to getresource - the generic type of adaptee to getCopyright © 2016 Comvai - TurnOnline.biz. All rights reserved.