public class ExpressionHttpResponseInterceptorDescriptor extends HttpResponseInterceptorDescriptor
| Constructor and Description |
|---|
ExpressionHttpResponseInterceptorDescriptor(String matchExpression,
String statusCodeExpression,
String reasonPhraseExpression,
String headersExpression,
String bodyExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(HttpResponseInterceptorDescriptorVisitor visitor) |
String |
getBodyExpression() |
String |
getHeadersExpression() |
String |
getMatchExpression() |
String |
getReasonPhraseExpression() |
String |
getStatusCodeExpression() |
builderpublic void accept(HttpResponseInterceptorDescriptorVisitor visitor)
accept in class HttpResponseInterceptorDescriptorpublic String getMatchExpression()
public String getStatusCodeExpression()
public String getReasonPhraseExpression()
public String getHeadersExpression()
public String getBodyExpression()
Copyright © 2023. All rights reserved.