public class DefaultNacosConfigConverter<T> extends Object implements com.alibaba.nacos.api.config.convert.NacosConfigConverter<T>
| 限定符和类型 | 字段和说明 |
|---|---|
private org.springframework.core.convert.ConversionService |
conversionService |
private Class<T> |
targetType |
private String |
type |
| 构造器和说明 |
|---|
DefaultNacosConfigConverter(Class<T> targetType) |
DefaultNacosConfigConverter(Class<T> targetType,
org.springframework.core.convert.ConversionService conversionService,
String type) |
private final org.springframework.core.convert.ConversionService conversionService
private final String type
Copyright © 2021 Zodiac. All rights reserved.