public class TestSideRequestTemplateModel extends Object
Modifier and Type | Method and Description |
---|---|
static TestSideRequestTemplateModel |
from(org.springframework.cloud.contract.spec.internal.Request request) |
String |
getBody() |
String |
getEscapedBody() |
Map<String,List<String>> |
getHeaders() |
org.springframework.cloud.contract.verifier.builder.Path |
getPath() |
Map<String,List<Object>> |
getQuery() |
String |
getUrl() |
public String getUrl()
public org.springframework.cloud.contract.verifier.builder.Path getPath()
public String getBody()
public String getEscapedBody()
public static TestSideRequestTemplateModel from(org.springframework.cloud.contract.spec.internal.Request request)
Copyright © 2016–2020 Spring. All rights reserved.