ValueBuilder |
ValueBuilder.append(Object value) |
Appends the string evaluation of this expression with the given value
|
ValueBuilder |
ValueBuilder.convertTo(Class<?> type) |
Converts the current value to the given type using the registered type converters
|
ValueBuilder |
ValueBuilder.convertToString() |
Converts the current value to a String using the registered type converters
|
ValueBuilder |
ValueBuilder.not() |
Negates the built expression.
|
protected ValueBuilder |
ValueBuilder.onNewValueBuilder(org.apache.camel.Expression exp) |
|
ValueBuilder |
ValueBuilder.prepend(Object value) |
Prepends the string evaluation of this expression with the given value
|
ValueBuilder |
ValueBuilder.regexReplaceAll(String regex,
String replacement) |
Replaces all occurrences of the regular expression with the given replacement
|
ValueBuilder |
ValueBuilder.regexReplaceAll(String regex,
org.apache.camel.Expression replacement) |
Replaces all occurrences of the regular expression with the given replacement
|
ValueBuilder |
ValueBuilder.regexTokenize(String regex) |
Tokenizes the string conversion of this expression using the given regular expression
|
ValueBuilder |
ValueBuilder.sort(Comparator<?> comparator) |
Sorts the current value using the given comparator.
|
ValueBuilder |
ValueBuilder.tokenize() |
|
ValueBuilder |
ValueBuilder.tokenize(String token) |
|
ValueBuilder |
ValueBuilder.tokenize(String token,
int group,
boolean skipFirst) |
|
ValueBuilder |
ValueBuilder.tokenize(String token,
String group,
boolean skipFirst) |
|