Uses of Interface
com.hmsonline.json.transformer.JsonTransformer

Uses of JsonTransformer in com.hmsonline.json.transformer
 

Classes in com.hmsonline.json.transformer that implement JsonTransformer
 class JsonLimitAction
          Apply on JSONArray, reduce size to limit set
 class JsonRemoveAction
          Remove a node from json
 class JsonRule
          JSON transforming with condition
 class JsonRuleList
          Chain of JsonRules
 

Methods in com.hmsonline.json.transformer that return JsonTransformer
static JsonTransformer JsonTransformerFactory.factory(String json)
           
static JsonTransformer JsonTransformerFactory.factoryAction(String action)
           
 

Constructors in com.hmsonline.json.transformer with parameters of type JsonTransformer
JsonRule(JsonRuleCondition cond, JsonTransformer transformer)
           
 



Copyright © 2013. All Rights Reserved.