public abstract class AbstractConverter extends Object implements org.springframework.core.convert.converter.ConditionalGenericConverter
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.core.convert.ConversionService |
conversionService |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConverter() |
protected |
AbstractConverter(org.springframework.core.convert.ConversionService conversionService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.convert.ConversionService |
getConversionService() |
boolean |
matches(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
void |
setConversionService(org.springframework.core.convert.ConversionService conversionService) |
@Autowired protected org.springframework.core.convert.ConversionService conversionService
protected AbstractConverter()
protected AbstractConverter(org.springframework.core.convert.ConversionService conversionService)
public org.springframework.core.convert.ConversionService getConversionService()
public boolean matches(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
matches in interface org.springframework.core.convert.converter.ConditionalConverterpublic void setConversionService(org.springframework.core.convert.ConversionService conversionService)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.