Package com.apicatalog.jsonld.json
Class JsonProvider
- java.lang.Object
-
- com.apicatalog.jsonld.json.JsonProvider
-
public class JsonProvider extends Object
Instead of using the Jakarta Json static class to create builders, it is much faster to keep track of the provider in a static instance. This avoids the overhead of doing a service lookup on each call. This improves performance dramatically (about 200 to 300% for most calls).