|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.matcher.CompositeRequestMatcher
public abstract class CompositeRequestMatcher
| Field Summary | |
|---|---|
protected java.lang.Iterable<RequestMatcher> |
matchers
|
| Constructor Summary | |
|---|---|
CompositeRequestMatcher(java.lang.Iterable<RequestMatcher> matchers)
|
|
| Method Summary | |
|---|---|
protected java.lang.Iterable<RequestMatcher> |
applyToMatchers(MocoConfig config)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.github.dreamhead.moco.RequestMatcher |
|---|
match |
| Methods inherited from interface com.github.dreamhead.moco.ConfigApplier |
|---|
apply |
| Field Detail |
|---|
protected final java.lang.Iterable<RequestMatcher> matchers
| Constructor Detail |
|---|
public CompositeRequestMatcher(java.lang.Iterable<RequestMatcher> matchers)
| Method Detail |
|---|
protected java.lang.Iterable<RequestMatcher> applyToMatchers(MocoConfig config)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||