Package | Description |
---|---|
com.lc.core.convert |
Modifier and Type | Method and Description |
---|---|
static ConverterRegistry |
ConverterRegistry.getInstance()
获得单例的
ConverterRegistry |
ConverterRegistry |
ConverterRegistry.putCustom(Type type,
Class<? extends Converter<?>> converterClass)
登记自定义转换器
|
ConverterRegistry |
ConverterRegistry.putCustom(Type type,
Converter<?> converter)
登记自定义转换器
|
Copyright © 2020. All rights reserved.