diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
index 29beb9ab84..5b6c7e8b7a 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
@@ -16311,6 +16311,72 @@ public class CaseInsensitiveOrderProvider implements Comparator
+ For convenience, you can inline your converter code directly into the configuration instead of providing a class reference. +
+ ++ XML configuration (standalone and Maven) +
+ +