Class LowerCaseExpression

java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.support.ExpressionAdapter
org.apache.camel.quarkus.component.language.it.LowerCaseExpression
All Implemented Interfaces:
org.apache.camel.Expression, org.apache.camel.Predicate

@ApplicationScoped @Named("lowerCase") public class LowerCaseExpression extends org.apache.camel.support.ExpressionAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(org.apache.camel.Exchange exchange)
     

    Methods inherited from class org.apache.camel.support.ExpressionAdapter

    assertionFailureMessage, evaluate, init

    Methods inherited from class org.apache.camel.support.ExpressionSupport

    assertMatches, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.Predicate

    initPredicate
  • Constructor Details

    • LowerCaseExpression

      public LowerCaseExpression()
  • Method Details

    • evaluate

      public Object evaluate(org.apache.camel.Exchange exchange)
      Overrides:
      evaluate in class org.apache.camel.support.ExpressionSupport