public class AOConvertFactory extends Object implements org.springframework.core.convert.converter.ConverterFactory<String,AOConvertObject>
构造器和说明 |
---|
AOConvertFactory()
默认构造方法
|
限定符和类型 | 方法和说明 |
---|---|
<T extends AOConvertObject> |
getConverter(Class<T> targetType) |
String |
getEncoding() |
org.springframework.core.convert.converter.ConverterRegistry |
getRegistry() |
void |
init()
向默认的ConverterRegistry注册
|
void |
setEncoding(String encoding) |
void |
setRegistry(org.springframework.core.convert.converter.ConverterRegistry registry) |
public final void init()
public final <T extends AOConvertObject> org.springframework.core.convert.converter.Converter<String,T> getConverter(Class<T> targetType)
getConverter
在接口中 org.springframework.core.convert.converter.ConverterFactory<String,AOConvertObject>
public org.springframework.core.convert.converter.ConverterRegistry getRegistry()
public void setRegistry(org.springframework.core.convert.converter.ConverterRegistry registry)
registry
- the registry to setpublic String getEncoding()
public void setEncoding(String encoding)
encoding
- the encoding to setCopyright © 2014 EPIC Team. All rights reserved.