Package com.appiancorp.suiteapi.common
Class ServiceProvider<T>
java.lang.Object
com.appiancorp.suiteapi.common.ServiceProvider<T>
- Type Parameters:
T
- the service class to return
- All Implemented Interfaces:
Provider<T>
Provider implementation which will return a service from the given ServiceContext.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ServiceProvider
-
-
Method Details
-
get
Description copied from interface:Provider
Provides an instance of T. Must never return null. -
create
Provides a default implementation of all the known Services.- See Also:
-