public abstract class AbstractDelegatingConverter<I,O> extends AbstractConverter<O>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDelegatingConverter(org.eclipse.microprofile.config.spi.Converter<? extends I> delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.config.spi.Converter<? extends I> |
getDelegate() |
Copyright © 2018–2021. All rights reserved.