com.hmsonline.json.transformer
Class JsonRuleList
java.lang.Object
com.hmsonline.json.transformer.JsonRuleList
- All Implemented Interfaces:
- JsonTransformer
public class JsonRuleList
- extends Object
- implements JsonTransformer
Chain of JsonRules
- Author:
- baotran
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonRuleList
public JsonRuleList()
addRule
public void addRule(JsonRule rule)
transform
public void transform(org.json.simple.JSONObject parent,
Object targetKey)
- Specified by:
transform in interface JsonTransformer
transform
public void transform(Object root)
- Specified by:
transform in interface JsonTransformer
Copyright © 2013. All Rights Reserved.