Class SpringBatchComponentConverter
java.lang.Object
org.apache.camel.component.spring.batch.springboot.SpringBatchComponentConverter
- All Implemented Interfaces:
- org.springframework.core.convert.converter.GenericConverter
@Configuration(proxyBeanMethods=false)
@ConfigurationPropertiesBinding
@Component
public class SpringBatchComponentConverter
extends Object
implements org.springframework.core.convert.converter.GenericConverter
Generated by camel-package-maven-plugin - do not edit this file!
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverterorg.springframework.core.convert.converter.GenericConverter.ConvertiblePair
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SpringBatchComponentConverterpublic SpringBatchComponentConverter()
 
- 
- 
Method Details- 
getConvertibleTypespublic Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
- getConvertibleTypesin interface- org.springframework.core.convert.converter.GenericConverter
 
- 
convertpublic Object convert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType) - Specified by:
- convertin interface- org.springframework.core.convert.converter.GenericConverter
 
 
-