Class ValueBuilder

java.lang.Object
org.apache.camel.support.builder.ValueBuilder
org.apache.camel.builder.ValueBuilder
All Implemented Interfaces:
org.apache.camel.Expression, org.apache.camel.Predicate

public class ValueBuilder extends org.apache.camel.support.builder.ValueBuilder
A builder of expressions or predicates based on values.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ValueBuilder(org.apache.camel.Expression expression)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected ValueBuilder
    onNewValueBuilder(org.apache.camel.Expression exp)
     
    tokenizePair(String startToken, String endToken, boolean includeTokens)
     
    tokenizeXML(String tagName, String inheritNamespaceTagName)
     
    xtokenize(String path, char mode, org.apache.camel.support.builder.Namespaces namespaces)
     
    xtokenize(String path, org.apache.camel.support.builder.Namespaces namespaces)
     

    Methods inherited from class org.apache.camel.support.builder.ValueBuilder

    append, asExpression, contains, convertTo, convertToString, endsWith, evaluate, getExpression, in, in, init, initPredicate, isEqualTo, isEqualToIgnoreCase, isGreaterThan, isGreaterThanOrEqualTo, isInstanceOf, isLessThan, isLessThanOrEqualTo, isNotEqualTo, isNotNull, isNull, matches, method, not, not, onNewPredicate, prepend, regex, regexReplaceAll, regexReplaceAll, regexTokenize, sort, startsWith, tokenize, tokenize, tokenize, tokenize, toString

    Methods inherited from class java.lang.Object

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

    • ValueBuilder

      public ValueBuilder(org.apache.camel.Expression expression)
  • Method Details

    • tokenizeXML

      public ValueBuilder tokenizeXML(String tagName, String inheritNamespaceTagName)
    • xtokenize

      public ValueBuilder xtokenize(String path, org.apache.camel.support.builder.Namespaces namespaces)
    • xtokenize

      public ValueBuilder xtokenize(String path, char mode, org.apache.camel.support.builder.Namespaces namespaces)
    • tokenizePair

      public ValueBuilder tokenizePair(String startToken, String endToken, boolean includeTokens)
    • onNewValueBuilder

      protected ValueBuilder onNewValueBuilder(org.apache.camel.Expression exp)
      Overrides:
      onNewValueBuilder in class org.apache.camel.support.builder.ValueBuilder