public class SpringQueryParamBuilder extends Object
| Constructor and Description |
|---|
SpringQueryParamBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Set<ApiParamDoc> |
buildQueryParams(Method method)
From Spring's documentation: Supported at the type level as well as at
the method level! When used at the type level, all method-level mappings
inherit this parameter restriction
|
public static Set<ApiParamDoc> buildQueryParams(Method method)
method - controller - Copyright © 2015. All rights reserved.