Class RestServicesConfiguration

java.lang.Object
io.jmix.rest.impl.config.RestServicesConfiguration

@Component("rest_RestServicesConfiguration") public class RestServicesConfiguration extends Object
Class is used for loading and storing an information about service methods that are available for REST API. information loaded from configuration files defined by the jmix.rest.servicesConfig application property.

Configuration file must define method name and method argument names that will be user for method invocation by the REST API.

Method parameter types can be omitted if the service doesn't contain an overloaded method with the same parameters number. Otherwise, types must be defined.