Beans that support customized output of JSON text shall implement this interface. @author FangYidong
| 5 | * @author FangYidong<fangyidong@yahoo.com.cn> |
| 6 | */ |
| 7 | public interface JSONAware { |
| 8 | /** |
| 9 | * @return JSON text |
| 10 | */ |
| 11 | String toJSONString(); |
| 12 | } |
no outgoing calls
no test coverage detected