Example #1
0
  public static boolean getBoolean(String field, Map data) throws GeneralException {

    return TypeEncoder.getBoolean(field, data, true);
  }