T - The target type of the configuration entrypublic static interface ConfigResolver.Converter<T>
If a Converter implements the AutoCloseable interface it will automatically
be released when the Config is shut down.
| Modifier and Type | Method and Description |
|---|---|
T |
convert(String value)
Returns the converted value of the configuration entry.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.