Class JavaScriptLanguageConfiguration

java.lang.Object
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
org.apache.camel.language.js.springboot.JavaScriptLanguageConfiguration

@ConfigurationProperties(prefix="camel.language.js") public class JavaScriptLanguageConfiguration extends org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
Evaluates a JavaScript expression. 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
     

    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

    • JavaScriptLanguageConfiguration

      public JavaScriptLanguageConfiguration()
  • Method Details

    • getTrim

      public Boolean getTrim()
    • setTrim

      public void setTrim(Boolean trim)