Package io.jmix.samples.restservice.app
Class SampleService
java.lang.Object
io.jmix.samples.restservice.app.SampleService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic classstatic classstatic final recordstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]binaryMethod(byte[] param) booleanbooleanMethod(boolean param) voidbooleanParamMethod(boolean param) booleanWrapperMethod(Boolean param) voidbooleanWrapperParamMethod(Boolean param) dateMethod(Date param) entityListMethod(List<Customer> param) entityMapMethod(Map<String, CustomerContact> param) entityMethod(Customer param) entitySetMethod(Set<Customer> param) enumMethod(ContactType param) fileRefMethod(FileRef param) intintMethod(int param) voidintParamMethod(int param) intWrapperMethod(Integer param) voidintWrapperParamMethod(Integer param) localDateTimeMethod(LocalDateTime param) multipleParamsMethod(int number, String str, Customer entity, SampleService.SamplePojo pojo) String[]stringArrayMethod(String[] param) stringMethod(String param) voidstringParamMethod(String param) uuidMethod(UUID param) void
-
Constructor Details
-
SampleService
-
-
Method Details
-
voidMethod
-
stringMethod
-
booleanMethod
-
booleanWrapperMethod
-
intMethod
-
intWrapperMethod
-
binaryMethod
-
stringArrayMethod
-
fileRefMethod
-
dateMethod
-
localDateTimeMethod
-
offsetDateTimeMethod
-
uuidMethod
-
uriMethod
-
entityMethod
-
entityListMethod
-
entitySetMethod
-
entityMapMethod
-
enumMethod
-
pojoMethod
-
pojoWithEntityMethod
@RestMethod public SampleService.SamplePojoWithEntity pojoWithEntityMethod(SampleService.SamplePojoWithEntity param) -
recordMethod
-
recordWithEntityMethod
@RestMethod public SampleService.SampleRecordWithEntity recordWithEntityMethod(SampleService.SampleRecordWithEntity param) -
booleanParamMethod
-
booleanWrapperParamMethod
-
intParamMethod
-
intWrapperParamMethod
-
stringParamMethod
-
multipleParamsMethod
@RestMethod public SampleService.MultipleParamsPojo multipleParamsMethod(int number, String str, Customer entity, SampleService.SamplePojo pojo) -
pojoWithEntityListMethod
@RestMethod public List<SampleService.SamplePojoWithEntity> pojoWithEntityListMethod(List<SampleService.SamplePojoWithEntity> param)
-