com.github.pgelinas.jackson.javax.json.JacksonValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-javax-json Show documentation
Show all versions of jackson-javax-json Show documentation
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