jsonrpc4j icon indicating copy to clipboard operation
jsonrpc4j copied to clipboard

Validate required params by javax.validation annotations

Open MyMindWorld opened this issue 3 years ago • 2 comments

Added validation using reflection after converting params It also closes #222

@briandilley @mslipper can you review it?

MyMindWorld avatar Feb 15 '22 18:02 MyMindWorld

Please add to the README documentation

briandilley avatar May 24 '23 15:05 briandilley

Using jakarta is preferred over javax

nixel2007 avatar May 26 '23 21:05 nixel2007