When we use the render method in our Ratpack application then Ratpack will use the type of the object we want to render to find an appropriate renderer. Some renderers are built-in, like a Promise or CharSequence renderer. We can … Continue reading
The post Ratpacked: Register Renderer For A List Of Objects appeared first on JDriven.