T - the target type that wantedpublic interface NacosConfigConverter<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class<T> targetType)
Can convert to be target type or not
|
T |
convert(String config)
Convert the Naocs's configuration of type S to target type T.
|
Copyright © 2018 Alibaba Group. All rights reserved.