Class HttpComponentTimeoutConverter
java.lang.Object
org.apache.camel.component.http.springboot.HttpComponentConverter
org.apache.camel.component.http.springboot.HttpComponentTimeoutConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
@Configuration(proxyBeanMethods=false)
@ConfigurationPropertiesBinding
@Component
public class HttpComponentTimeoutConverter
extends HttpComponentConverter
-
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
-
HttpComponentTimeoutConverter
public HttpComponentTimeoutConverter()
-
-
Method Details
-
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
getConvertibleTypesin interfaceorg.springframework.core.convert.converter.GenericConverter- Overrides:
getConvertibleTypesin classHttpComponentConverter
-
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- Overrides:
convertin classHttpComponentConverter
-