All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pgelinas.jackson.javax.json.JacksonValue Maven / Gradle / Ivy

Go to download

An alternate implementation of JSR-353 based on Jackson, which aims to bring better performance and configurability.

The newest version!
package com.github.pgelinas.jackson.javax.json;

import javax.json.*;

import com.fasterxml.jackson.databind.*;

public interface JacksonValue extends JsonValue {
    T delegate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy