Package com.xebialabs.restito.semantics
Class ConditionWithApplicables
java.lang.Object
com.xebialabs.restito.semantics.Condition
com.xebialabs.restito.semantics.ConditionWithApplicables
!EXPERIMENTAL! This stuff is experimental. Which means it may change significantly in future versions.
Something that can generate actions. This class is for internal usage only.
Condition which also contributes some actions a.k.a Applicables (e.g. Stubbed URI may be translated to the resource path which will be added to the response automagically).
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConditionWithApplicables
(Condition condition, Applicable... applicables) ConditionWithApplicables
(Predicate<Call> predicate, Applicable... applicables) protected
ConditionWithApplicables
(Predicate<Call> predicate, List<Applicable> applicables) -
Method Summary
Methods inherited from class com.xebialabs.restito.semantics.Condition
alwaysFalse, alwaysTrue, basicAuth, check, composite, custom, delete, endsWithUri, get, getPredicate, matchesUri, method, not, parameter, patch, post, put, startsWithUri, uri, url, withHeader, withHeader, withPostBody, withPostBodyContaining, withPostBodyContaining, withPostBodyContainingJsonPath
-
Constructor Details
-
ConditionWithApplicables
-
ConditionWithApplicables
-
ConditionWithApplicables
-
-
Method Details
-
getApplicables
-