public class StringConverterFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static StringConverterFactory |
buildDefaultFactory()
Build default string converter factory
|
static StringConverterFactory |
buildDefaultFactory(String packageName)
Build string converter factory of package name
|
<T> StringConverter<T> |
getConverter(Class<T> targetClass)
Get string converter of target type
|
public static StringConverterFactory buildDefaultFactory()
public static StringConverterFactory buildDefaultFactory(String packageName)
packageName - the package namepublic <T> StringConverter<T> getConverter(Class<T> targetClass)
T - the string converter target typetargetClass - the target typeCopyright © 2019. All rights reserved.