com.hmsonline.json.transformer
Interface JsonTransformer

All Known Implementing Classes:
JsonLimitAction, JsonRemoveAction, JsonRule, JsonRuleList

public interface JsonTransformer

Interface for json transform action with or w/o condition

Author:
baotran

Method Summary
 void transform(org.json.simple.JSONObject parent, Object targetKey)
           
 void transform(Object jsonObject)
           
 

Method Detail

transform

void transform(org.json.simple.JSONObject parent,
               Object targetKey)

transform

void transform(Object jsonObject)


Copyright © 2013. All Rights Reserved.