orangy
orangy
spand
12/22/2016, 2:14 PMspand
12/22/2016, 2:15 PMspand
12/22/2016, 2:18 PMDefaultConversionService
orangy
orangy
spand
12/22/2016, 2:20 PMspand
12/22/2016, 2:20 PMorangy
spand
12/22/2016, 2:22 PMspand
12/22/2016, 2:23 PMspand
12/22/2016, 2:23 PMspand
12/22/2016, 2:44 PMorangy
spand
12/22/2016, 2:46 PMorangy
orangy
= listOf()
to a List
parameterorangy
orangy
@location("/") class multiquery(val value: Int) // exactly one query parameter “value"
@location("/") class multiquery(val value: Int = 0) // 0 or 1
@location("/") class multiquery(val value: List<Int>) // 1 or more
@location("/") class multiquery(val value: List<Int> = emptyList()) // 0 or more
Not sure how to change it so that all variants are possible and still not being confusingorangy
@location("/") class multiquery(val value: List<Int>)
@location("/") class multiquery2(val name: List<String>)
qwert_ukg
12/23/2016, 4:05 AMget
method inside embeddedJettyServer(8080)
bodyqwert_ukg
12/23/2016, 4:12 AMgaetan
12/26/2016, 4:56 PMCan you understand that?▾
gaetan
12/26/2016, 4:57 PMBut using maven it is working: ▾
gaetan
12/26/2016, 4:57 PMorangy
orangy
gaetan
12/26/2016, 4:58 PMgaetan
12/26/2016, 4:59 PM