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.OptionsJsonLfWriter.Options. encodeInt64AsString(boolean encodeInt64AsString)JsonLfWriter.OptionsJsonLfWriter.Options. encodeNumericAsString(boolean encodeNumericAsString)static JsonLfWriter.OptionsJsonLfWriter. 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)
-