I’m looking at the viability of moving an app away...
# server
n
I’m looking at the viability of moving an app away from Dropwizard to Ktor (which is exciting), and seeing how difficult that is/isn’t - does anyone know what the correct way to validate type-safe resource route query params is? i.e. the things we currently get from hibernate validator,
min
,
max
etc - does it require a custom plugin to bridge, or I’m missing some way of doing this out of the box?