Uses of Class
com.daml.ledger.javaapi.data.codegen.json.JsonLfReader.Location
Packages that use JsonLfReader.Location
-
Uses of JsonLfReader.Location in com.daml.ledger.javaapi.data.codegen.json
Fields in com.daml.ledger.javaapi.data.codegen.json declared as JsonLfReader.LocationMethods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfReader.LocationMethods in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfReader.LocationModifier and TypeMethodDescriptionJsonLfReader.Location.advance(JsonLfReader.Location that) JsonLfDecoder.Error.fromStartLocation(JsonLfReader.Location start) protected voidJsonLfReader.unknownField(String fieldName, List<String> expected, JsonLfReader.Location loc) Constructors in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfReader.LocationModifierConstructorDescriptionError(String message, JsonLfReader.Location loc) Error(String message, JsonLfReader.Location loc, Throwable cause)