Example usage for io.vertx.core.json Json subclass-usage

List of usage examples for io.vertx.core.json Json subclass-usage

Introduction

In this page you can find the example usage for io.vertx.core.json Json subclass-usage.

Usage

From source file io.apiman.gateway.platforms.vertx3.common.verticles.Json.java

/**
 * @author Marc Savy {@literal <msavy@redhat.com>}
 */
public class Json extends io.vertx.core.json.Json {
    public static <C extends Collection<? super T>, T> C decodeValue(String str, Class<C> collectionClazz,
            Class<T> targetClazz) throws DecodeException {