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 SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlongvoidorg.springframework.web.client.RestClientload(RestInvoker.LoadParams params) loadList(RestInvoker.LoadListParams params) userInfo()
- 
Field Details- 
DEFAULT_AUTHENTICATOR- See Also:
 
 
- 
- 
Constructor Details- 
RestInvoker
 
- 
- 
Method Details- 
afterPropertiesSetpublic void afterPropertiesSet()- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
 
- 
getRestClientpublic org.springframework.web.client.RestClient getRestClient()
- 
load
- 
loadList
- 
count
- 
create
- 
update
- 
delete
- 
userInfo
- 
permissions
- 
getAuthenticator
 
-