Package io.jmix.rest.impl.config
Class RestServicesConfiguration.RestServiceInfo
java.lang.Object
io.jmix.rest.impl.config.RestServicesConfiguration.RestServiceInfo
- Enclosing class:
- RestServicesConfiguration
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<RestServicesConfiguration.RestMethodInfo>protected String
- 
Constructor SummaryConstructorsConstructorDescriptionRestServiceInfo(String name, List<RestServicesConfiguration.RestMethodInfo> methods) 
- 
Method Summary
- 
Field Details- 
name
- 
methods
 
- 
- 
Constructor Details- 
RestServiceInfo
 
- 
- 
Method Details- 
getName
- 
setName
- 
getMethods
- 
setMethods
 
-