org.apache.camel.component.mock
Class AssertionClause.PredicateValueBuilder
java.lang.Object
org.apache.camel.builder.ValueBuilder<E>
org.apache.camel.component.mock.AssertionClause.PredicateValueBuilder
- All Implemented Interfaces:
- Expression<E>
- Enclosing class:
- AssertionClause<E extends Exchange>
public class AssertionClause.PredicateValueBuilder
- extends ValueBuilder<E>
Method Summary |
protected Predicate<E> |
onNewPredicate(Predicate<E> predicate)
A stategy method to allow derived classes to deal with the newly created predicate
in different ways |
Methods inherited from class org.apache.camel.builder.ValueBuilder |
append, asExpression, contains, convertTo, convertToString, evaluate, getExpression, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isInstanceOf, isLessThan, isLessThanOrEqualTo, isNotEqualTo, isNotNull, isNull, matchesRegex, regex, regexReplaceAll, regexReplaceAll, regexTokenize, tokenize, tokenize, toString |
AssertionClause.PredicateValueBuilder
public AssertionClause.PredicateValueBuilder(Expression<E> expression)
onNewPredicate
protected Predicate<E> onNewPredicate(Predicate<E> predicate)
- Description copied from class:
ValueBuilder
- A stategy method to allow derived classes to deal with the newly created predicate
in different ways
- Overrides:
onNewPredicate
in class ValueBuilder<E extends Exchange>
Copyright © 2007 Apache Software Foundation. All Rights Reserved.