public abstract class BaseConverter<S,T> extends Object implements org.springframework.core.convert.converter.Converter<S,T>
| Constructor and Description |
|---|
BaseConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source) |
protected abstract T |
doConvert(S source) |
Copyright © 2016. All rights reserved.