Class JsonWithCachedProvider


  • public class JsonWithCachedProvider
    extends java.lang.Object
    Factory class with lazily initialized JsonProvider See Json
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.json.stream.JsonGenerator createGenerator​(java.io.Writer writer)  
      static javax.json.JsonObjectBuilder createObjectBuilder()  
      static javax.json.JsonReader createReader​(java.io.Reader reader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonWithCachedProvider

        public JsonWithCachedProvider()
    • Method Detail

      • createReader

        public static javax.json.JsonReader createReader​(java.io.Reader reader)
      • createGenerator

        public static javax.json.stream.JsonGenerator createGenerator​(java.io.Writer writer)
      • createObjectBuilder

        public static javax.json.JsonObjectBuilder createObjectBuilder()