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
-
-
Constructor Summary
Constructors Constructor Description JsonWithCachedProvider()
-
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)
-