public final class TypedSingletonSPIHolder<T extends TypedSPI & SingletonSPI> extends Object
| Constructor and Description |
|---|
TypedSingletonSPIHolder(Class<T> singletonSPIClass,
boolean typeCaseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
get(String type)
Get typed singleton SPI instance.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.