Class BeanLanguageConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
-
- org.apache.camel.language.bean.springboot.BeanLanguageConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.language.bean") public class BeanLanguageConfiguration extends org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
Calls a Java bean method. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description BeanLanguageConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScope()
Boolean
getTrim()
void
setScope(String scope)
void
setTrim(Boolean trim)
-