Class JsonWithCachedProvider$
- java.lang.Object
-
- com.xebialabs.xlrelease.serialization.json.utils.JsonWithCachedProvider$
-
public class JsonWithCachedProvider$ extends java.lang.Object
Factory class with lazily initialized JsonProvider SeeJson
-
-
Field Summary
Fields Modifier and Type Field Description static JsonWithCachedProvider$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JsonWithCachedProvider$()
-
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)
-
-
-
Field Detail
-
MODULE$
public static final JsonWithCachedProvider$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-