Uses of Class
com.daml.ledger.javaapi.data.codegen.json.JsonLfWriter.Options
-
Packages that use JsonLfWriter.Options Package Description com.daml.ledger.javaapi.data.codegen.json -
-
Uses of JsonLfWriter.Options in com.daml.ledger.javaapi.data.codegen.json
Methods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfWriter.Options Modifier and Type Method Description JsonLfWriter.Options
JsonLfWriter.Options. encodeInt64AsString(boolean encodeInt64AsString)
JsonLfWriter.Options
JsonLfWriter.Options. encodeNumericAsString(boolean encodeNumericAsString)
static JsonLfWriter.Options
JsonLfWriter. opts()
Constructors in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfWriter.Options Constructor Description JsonLfWriter(java.io.Writer w, JsonLfWriter.Options options)
-