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 config of type S to target type T.
|
Copyright © 2018–2019 Alibaba Group. All rights reserved.