public static class JsonConformer.Factory extends Object implements Conformer.Factory<com.google.gson.JsonObject>
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
JsonConformer |
build()
Instantiates a new Conformer.
|
JsonConformer.Factory |
setSchemaStreamSupplier(java.util.function.Supplier<InputStream> schemaStream)
Sets the stream containing schema data for the Conformer.
|
public JsonConformer.Factory setSchemaStreamSupplier(java.util.function.Supplier<InputStream> schemaStream)
Conformer.FactorysetSchemaStreamSupplier in interface Conformer.Factory<com.google.gson.JsonObject>public JsonConformer build()
Conformer.Factorybuild in interface Conformer.Factory<com.google.gson.JsonObject>Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.