public class RouterFunctionData extends Object
Constructor and Description |
---|
RouterFunctionData() |
Modifier and Type | Method and Description |
---|---|
void |
addConsumes(String consumes) |
void |
addHeaders(String headers) |
void |
addProduces(String produces) |
void |
addQueryParams(String name,
String value) |
String[] |
getConsumes() |
String[] |
getHeaders() |
org.springframework.web.bind.annotation.RequestMethod[] |
getMethods() |
String |
getPath() |
String[] |
getProduces() |
Map<String,String> |
getQueryParams() |
void |
setMethods(Set<org.springframework.http.HttpMethod> methods) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public String[] getHeaders()
public void addHeaders(String headers)
public org.springframework.web.bind.annotation.RequestMethod[] getMethods()
public void setMethods(Set<org.springframework.http.HttpMethod> methods)
public String[] getConsumes()
public void addConsumes(String consumes)
public void addProduces(String produces)
public String[] getProduces()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.