Package io.jmix.restds.impl
Class RestInvoker
java.lang.Object
io.jmix.restds.impl.RestInvoker
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component("restds_RestInvoker")
@Scope("prototype")
public class RestInvoker
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static final record
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
long
void
org.springframework.web.client.RestClient
load
(RestInvoker.LoadParams params) loadList
(RestInvoker.LoadListParams params) userInfo()
-
Field Details
-
DEFAULT_AUTHENTICATOR
- See Also:
-
-
Constructor Details
-
RestInvoker
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
getRestClient
public org.springframework.web.client.RestClient getRestClient() -
load
-
loadList
-
count
-
create
-
update
-
delete
-
userInfo
-
permissions
-
getAuthenticator
-