MCPcopy Create free account
hub / github.com/alecgorge/jsonapi / JSONAware

Interface JSONAware

src/main/java/org/json/simpleForBukkit/JSONAware.java:7–12  ·  view source on GitHub ↗

Beans that support customized output of JSON text shall implement this interface. @author FangYidong

Source from the content-addressed store, hash-verified

5 * @author FangYidong<fangyidong@yahoo.com.cn>
6 */
7public interface JSONAware {
8 /**
9 * @return JSON text
10 */
11 String toJSONString();
12}

Callers 8

writeJSONStringMethod · 0.65
toJSONStringMethod · 0.65
onMessageMethod · 0.65
onMessageMethod · 0.65
jsonResponeMethod · 0.65
runMethod · 0.65
runMethod · 0.65
makeResponseObjMethod · 0.65

Implementers 4

JSONArraysrc/main/java/org/json/simpleForBukkit
JSONObjectsrc/main/java/org/json/simpleForBukkit
JSONAPIStreamMessagesrc/main/java/com/alecgorge/minecraft/
JSONValuesrc/main/java/org/json/simpleForBukkit

Calls

no outgoing calls

Tested by

no test coverage detected