public class SpringBlueprintConverterService extends Object implements org.springframework.core.convert.ConversionService
| Constructor and Description |
|---|
SpringBlueprintConverterService(org.springframework.core.convert.ConversionService delegate,
org.springframework.beans.factory.config.ConfigurableBeanFactory cbf) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<Converter> blueprintConverters) |
void |
add(Converter blueprintConverter) |
boolean |
canConvert(Class<?> sourceType,
Class<?> targetType) |
boolean |
canConvert(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
<T> T |
convert(Object source,
Class<T> targetType) |
Object |
convert(Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
public SpringBlueprintConverterService(org.springframework.core.convert.ConversionService delegate,
org.springframework.beans.factory.config.ConfigurableBeanFactory cbf)
public void add(Converter blueprintConverter)
public void add(Collection<Converter> blueprintConverters)
public boolean canConvert(Class<?> sourceType, Class<?> targetType)
canConvert in interface org.springframework.core.convert.ConversionServicepublic boolean canConvert(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
canConvert in interface org.springframework.core.convert.ConversionServicepublic <T> T convert(Object source, Class<T> targetType)
convert in interface org.springframework.core.convert.ConversionServiceCopyright © 2006–2017. All rights reserved.