Class JsonLfReader
java.lang.Object
com.daml.ledger.javaapi.data.codegen.json.JsonLfReader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
missingField
(String fieldName) protected void
unknownField
(String fieldName, List<String> expected, JsonLfReader.Location loc)
-
Constructor Details
-
JsonLfReader
- Throws:
JsonLfDecoder.Error
-
-
Method Details
-
missingField
- Throws:
JsonLfDecoder.Error
-
unknownField
protected void unknownField(String fieldName, List<String> expected, JsonLfReader.Location loc) throws JsonLfDecoder.Error - Throws:
JsonLfDecoder.Error
-