Package io.jmix.rest.impl.config
Class RestServicesConfiguration.RestMethodInfo
java.lang.Object
io.jmix.rest.impl.config.RestServicesConfiguration.RestMethodInfo
- Enclosing class:
 - RestServicesConfiguration
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRestMethodInfo(String name, String httpMethod, List<RestServicesConfiguration.RestMethodParamInfo> params, Method method)  - 
Method Summary
 
- 
Field Details
- 
name
 - 
httpMethod
 - 
params
 - 
method
 
 - 
 - 
Constructor Details
- 
RestMethodInfo
public RestMethodInfo(String name, String httpMethod, List<RestServicesConfiguration.RestMethodParamInfo> params, Method method)  
 - 
 - 
Method Details
- 
getName
 - 
setName
 - 
getHttpMethod
 - 
setHttpMethod
 - 
getParams
 - 
setParams
 - 
getMethod
 - 
setMethod
 
 -