Uses of Class
org.apache.camel.support.builder.ValueBuilder
Packages that use ValueBuilder
-
Uses of ValueBuilder in org.apache.camel.support.builder
Methods in org.apache.camel.support.builder that return ValueBuilderModifier and TypeMethodDescriptionAppends the string evaluation of this expression with the given valueConverts the current value to the given type using the registered type convertersValueBuilder.convertToString()Converts the current value to a String using the registered type convertersInvokes the method with the given name (supports OGNL syntax).ValueBuilder.not()Negates the built expression.protected ValueBuilderValueBuilder.onNewValueBuilder(org.apache.camel.Expression exp) Prepends the string evaluation of this expression with the given valueValueBuilder.regexReplaceAll(String regex, String replacement) Replaces all occurrences of the regular expression with the given replacementValueBuilder.regexReplaceAll(String regex, org.apache.camel.Expression replacement) Replaces all occurrences of the regular expression with the given replacementValueBuilder.regexTokenize(String regex) Tokenizes the string conversion of this expression using the given regular expressionValueBuilder.sort(Comparator<?> comparator) Sorts the current value using the given comparator.ValueBuilder.tokenize()