public interface ServiceFactory
| Modifier and Type | Field and Description |
|---|---|
static ServiceFactory |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createService(Class<T> interfaceClass,
T defaultImpl) |
static final ServiceFactory DEFAULT
<T> T createService(Class<T> interfaceClass, T defaultImpl)
Copyright © 2021. All rights reserved.