Class ClassComponentConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.GenericConverter

    @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    public class ClassComponentConverter
    extends Object
    implements org.springframework.core.convert.converter.GenericConverter
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • ClassComponentConverter

        public ClassComponentConverter​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • getConvertibleTypes

        public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
        Specified by:
        getConvertibleTypes in interface org.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:
        convert in interface org.springframework.core.convert.converter.GenericConverter