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