|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProviderFactory
The provider factory is the main entry point for providing custom providers.
Method Summary | ||
---|---|---|
|
getProvider(Class<T> implementationType)
Returns a provider for a specific type or null if it cannot be produced. |
Method Detail |
---|
<T> Provider<? extends T> getProvider(Class<T> implementationType) throws Exception
T
- the implementation generic typeimplementationType
- the implementation class object
Exception
- any exception that would prevent to obtain the provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |