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