Class Switch

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  Switch.Case  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private java.util.List<Switch.Case> rules  
    • Constructor Summary

      Constructors 
      Constructor Description
      Switch​(java.lang.String aName, JSONObject aRule, java.util.HashMap<java.lang.String,​Validator> aRuleset)