Class JsonWithCachedProvider$


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

      Fields 
      Modifier and Type Field Description
      static JsonWithCachedProvider$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.json.stream.JsonGenerator createGenerator​(java.io.Writer writer)  
      javax.json.JsonObjectBuilder createObjectBuilder()  
      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
    • Field Detail

      • MODULE$

        public static final JsonWithCachedProvider$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • JsonWithCachedProvider$

        public JsonWithCachedProvider$()
    • Method Detail

      • createReader

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

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

        public javax.json.JsonObjectBuilder createObjectBuilder()