diff --git a/src/main/java/com/avaje/ebean/text/json/JsonWriteBeanVisitor.java b/src/main/java/com/avaje/ebean/text/json/JsonWriteBeanVisitor.java new file mode 100644 index 000000000..1ab885c81 --- /dev/null +++ b/src/main/java/com/avaje/ebean/text/json/JsonWriteBeanVisitor.java @@ -0,0 +1,30 @@ +package com.avaje.ebean.text.json; + +/** + * Allows for customising the JSON write processing. + *
+ * You can use this to add raw JSON content via {@link JsonWriter}. + *
+ * You register a JsonWriteBeanVisitor with {@link JsonWriteOptions}. + *
+ * + * @param
@@ -18,6 +21,8 @@ public class JsonWriteOptions {
protected JsonConfig.Include include;
+ protected Map