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