Class ServletComponentConverter

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

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

      • ServletComponentConverter

        public ServletComponentConverter()
    • 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