Class BeanLanguageConfiguration

java.lang.Object
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
org.apache.camel.language.bean.springboot.BeanLanguageConfiguration

@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!
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon

    org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon.CustomizerProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
     
    void
     

    Methods inherited from class org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon

    getCustomizer, isEnabled, setEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeanLanguageConfiguration

      public BeanLanguageConfiguration()
  • Method Details

    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getTrim

      public Boolean getTrim()
    • setTrim

      public void setTrim(Boolean trim)