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

io.smallrye.graphql.client.impl.JsonProviderHolder Maven / Gradle / Ivy

There is a newer version: 2.12.0
Show newest version
package io.smallrye.graphql.client.impl;

import jakarta.json.spi.JsonProvider;

// A central place to get the JsonProvider to avoid calling `JsonProvider.provider()` many times
// due to associated performance costs.
public class JsonProviderHolder {

    public static final JsonProvider JSON_PROVIDER = JsonProvider.provider();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy