com.hmsonline.json.transformer
Class JsonTransformerFactory

java.lang.Object
  extended by com.hmsonline.json.transformer.JsonTransformerFactory

public class JsonTransformerFactory
extends Object


Constructor Summary
JsonTransformerFactory()
           
 
Method Summary
static JsonRuleList factory(org.json.simple.JSONArray jsonArray)
           
static JsonRule factory(org.json.simple.JSONObject json)
           
static JsonTransformer factory(String json)
           
static JsonTransformer factoryAction(String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonTransformerFactory

public JsonTransformerFactory()
Method Detail

factory

public static JsonTransformer factory(String json)
                               throws InvalidTransformerException
Throws:
InvalidTransformerException

factory

public static JsonRule factory(org.json.simple.JSONObject json)
                        throws InvalidTransformerException
Throws:
InvalidTransformerException

factory

public static JsonRuleList factory(org.json.simple.JSONArray jsonArray)
                            throws InvalidTransformerException
Throws:
InvalidTransformerException

factoryAction

public static JsonTransformer factoryAction(String action)
                                     throws InvalidTransformerException
Throws:
InvalidTransformerException


Copyright © 2013. All Rights Reserved.