James Pinamonti

Results 5 comments of James Pinamonti

I have sort of answered my own question, and it is possible... but is it something you recommend? ``` validate(Employee::dependents).validateForEach { dependentValidator.doValidation(it) } ```

@yat90, thanks for posting your code, could you utilize the same for persisting a json array to a jsonb field? I've been looking at how to persist and retrieve however...

Thanks @nvta-sbiyyala, I ended up adding support for passing an interface into the jsonb field so that we were not coupled to a specific JSON parser (as mentioned by Tapac...

@brezinajn / @qoomon The only reason I included a JsonParser was to keep away from a specific implementation of a json serializing package (Gson vs Jackson vs add your one...

@Tapac, I see this is assigned to you. Is there a conversation about a fix happening, or what needs to be done to fix? Not sure if I can be...