Interface NacosConfigConverter<T>
-
- Type Parameters:
T- the target type that wanted
public interface NacosConfigConverter<T>Nacos Config Converter- Since:
- 0.2.0
- Author:
- Mercy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanConvert(Class<T> targetType)can convert to be target type or notTconvert(String config)convert the Naocs's config of type S to target type T.
-