Пример #1
0
 @Override
 public JsonType visitNull(NullType nullType, Void o) {
   throw new UnsupportedOperationException(nullType.toString());
 }