Package io.jmix.rest.impl.config
Class RestServicesConfiguration.RestMethodInfo
java.lang.Object
io.jmix.rest.impl.config.RestServicesConfiguration.RestMethodInfo
- Enclosing class:
- RestServicesConfiguration
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRestMethodInfo(String name, String httpMethod, List<RestServicesConfiguration.RestMethodParamInfo> params, Method method) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()voidsetHttpMethod(String httpMethod) voidvoidvoidvoidsetReturnType(String returnType) 
- 
Field Details- 
name
- 
httpMethod
- 
params
- 
method
- 
returnType
 
- 
- 
Constructor Details- 
RestMethodInfopublic RestMethodInfo(String name, String httpMethod, List<RestServicesConfiguration.RestMethodParamInfo> params, Method method) 
 
- 
- 
Method Details- 
getName
- 
setName
- 
getHttpMethod
- 
setHttpMethod
- 
getParams
- 
setParams
- 
getMethod
- 
setMethod
- 
getReturnType
- 
setReturnType
 
-