public class MetaInfServiceLoader extends AbstractServiceLoader
| Constructor and Description |
|---|
MetaInfServiceLoader()
Creates a new META-INF properties service loader.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getImplementationName(String key)
Gets the implementation class name for the given key.
|
getService, getService, getService, getServicepublic MetaInfServiceLoader()
@Nullable protected String getImplementationName(String key)
AbstractServiceLoadergetImplementationName in class AbstractServiceLoaderkey - the service name.null if none.