com.avaje.ebean.text.json
Interface JsonWriter
public interface JsonWriter
The JSON Writer made available to JsonWriteBeanVisitor's so that you can
append your own JSON content into the output.
- Author:
- rbygrave
- See Also:
JsonWriteBeanVisitor
,
JsonWriteOptions.setRootPathVisitor(JsonWriteBeanVisitor)
,
JsonWriteOptions.setPathVisitor(String, JsonWriteBeanVisitor)
appendKeyValue
void appendKeyValue(String key,
String rawJsonValue)
- Use this to append some custom content into the JSON output.
- Parameters:
key
- the json keyrawJsonValue
- raw json value
Copyright © 2010. All Rights Reserved.