Class 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).
    • Method Detail

      • instance

        public static jakarta.json.spi.JsonProvider instance()