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)

Method Summary
 void appendKeyValue(String key, String rawJsonValue)
          Use this to append some custom content into the JSON output.
 

Method Detail

appendKeyValue

void appendKeyValue(String key,
                    String rawJsonValue)
Use this to append some custom content into the JSON output.

Parameters:
key - the json key
rawJsonValue - raw json value


Copyright © 2010. All Rights Reserved.