<@U0ANUS2BA>: Hi, quick one… have to change jacks...
# reflect
a
@udalov: Hi, quick one… have to change jackson module to find static methods since new version of jackson no longer passes them in. Easiest way would be? look at java class and just iterate there looking at modifiers to find them. or go to the companion class via KClass and use what? staticFunctions isn’t it, declaredFunctions contains it but doesn’t say if static or not without going to the java Method anyway. am I missing something?