Josef Pfleger
Results
2
issues of
Josef Pfleger
Add a type parameter to `JsonArray`'s `stream()` method to make it easier & more convenient to use `JsonArray` with the java stream api: JsonArray arr = new JsonArray() .add(new JsonObject().put("price",...
This is a message codec for iterables. When sending iterables (e.g. `List`, `Set`, etc.) over the eventbus, common practice is to first convert them to a `JsonArray`. This `IterableMessageCodec` allows...