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 record
static class
static class
static final record
static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
binaryMethod
(byte[] param) boolean
booleanMethod
(boolean param) void
booleanParamMethod
(boolean param) booleanWrapperMethod
(Boolean param) void
booleanWrapperParamMethod
(Boolean param) dateMethod
(Date param) entityCollectionMethod
(List<Customer> param) entityMethod
(Customer param) enumMethod
(ContactType param) fileRefMethod
(FileRef param) int
intMethod
(int param) void
intParamMethod
(int param) intWrapperMethod
(Integer param) void
intWrapperParamMethod
(Integer param) localDateTimeMethod
(LocalDateTime param) multipleParamsMethod
(int number, String str, Customer entity, SampleService.SamplePojo pojo) stringMethod
(String param) void
stringParamMethod
(String param) uuidMethod
(UUID param) void
-
Constructor Details
-
SampleService
-
-
Method Details
-
voidMethod
-
stringMethod
-
booleanMethod
-
booleanWrapperMethod
-
intMethod
-
intWrapperMethod
-
binaryMethod
-
fileRefMethod
-
dateMethod
-
localDateTimeMethod
-
offsetDateTimeMethod
-
uuidMethod
-
uriMethod
-
entityMethod
-
entityCollectionMethod
-
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)
-