Uses of Class
com.codingapi.springboot.framework.rest.param.RestParamBuilder
Packages that use RestParamBuilder
Package
Description
-
Uses of RestParamBuilder in com.codingapi.springboot.framework.rest
Methods in com.codingapi.springboot.framework.rest with parameters of type RestParamBuilderModifier and TypeMethodDescriptionRestClient.get(String api, RestParamBuilder paramBuilder) RestClient.get(String api, org.springframework.http.HttpHeaders headers, RestParamBuilder paramBuilder) SessionClient.getHtml(String url, RestParamBuilder restParam) SessionClient.getJson(String url, RestParamBuilder restParam) RestClient.post(String api, RestParamBuilder paramBuilder) RestClient.post(String api, org.springframework.http.HttpHeaders headers, RestParamBuilder paramBuilder) SessionClient.postForm(String url, RestParamBuilder restParam) SessionClient.postJson(String url, RestParamBuilder restParam) -
Uses of RestParamBuilder in com.codingapi.springboot.framework.rest.param
Methods in com.codingapi.springboot.framework.rest.param that return RestParamBuilderModifier and TypeMethodDescriptionstatic RestParamBuilderRestParamBuilder.create()default RestParamBuilderRestParam.getParameters()static RestParamBuilder