Skip to content

Instantly share code, notes, and snippets.

View recena's full-sized avatar

Manuel Recena recena

View GitHub Profile
@cescoffier
cescoffier / CollectionCodecs.java
Created December 7, 2017 14:37
Example how to use Collection Codec with Vert.x Web Client
package com.example.demo;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.codec.BodyCodec;
import io.vertx.ext.web.codec.impl.BodyCodecImpl;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;