public abstract class AbstractSpannerCustomConverter extends Object
Constructor and Description |
---|
AbstractSpannerCustomConverter(org.springframework.data.convert.CustomConversions customConversions,
org.springframework.core.convert.support.GenericConversionService conversionService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canConvert(Class sourceType,
Class targetType) |
protected Object |
convert(Object source,
Class targetType) |
public AbstractSpannerCustomConverter(org.springframework.data.convert.CustomConversions customConversions, org.springframework.core.convert.support.GenericConversionService conversionService)
customConversions
- must not be null.conversionService
- if null, then DefaultConversionService
is used.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.