public interface ProviderFactory
The provider factory is the main entry point for providing custom providers.
| Modifier and Type | Method and Description |
|---|---|
<T> Provider<? extends T> |
getProvider(Class<T> implementationType)
Returns a provider for a specific type or null if it cannot be produced.
|
<T> Provider<? extends T> getProvider(Class<T> implementationType) throws Exception
T - the implementation generic typeimplementationType - the implementation class objectException - any exception that would prevent to obtain the providerCopyright © 2017 eXo Platform SAS. All rights reserved.