I am working on an spring restful endpoint which accepts page range(start & end page number). I want my request params- pageStart and pageEnd to accept strings & later i want my service to take care of it by converting it to int
question from:https://stackoverflow.com/questions/65915516/type-conversion-in-spring-boot