class DomainJsonDecoder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DomainJsonDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DomainJsonDecoder(resolveContractTypeId: ResolveContractTypeId, resolveTemplateRecordType: ResolveTemplateRecordType, resolveChoiceArgType: ResolveChoiceArgType, resolveKeyType: ResolveKeyType, jsValueToApiValue: (LfType, JsValue) => \/[JsonError, Value], jsValueToLfValue: (LfType, JsValue) => \/[JsonError, LfValue])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ApiRecordJsonReader(lfType: LfType): JsonReader[Record]
- def ApiValueJsonReader(lfType: LfType): JsonReader[Value]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decodeContractLocatorKey(a: ContractLocator[JsValue], jwt: Jwt, ledgerId: LedgerId)(implicit ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): ET[ContractLocator[LfValue]]
- def decodeCreateAndExerciseCommand(a: JsValue, jwt: Jwt, ledgerId: LedgerId)(implicit ev1: JsonReader[CreateAndExerciseCommand[JsValue, JsValue, domain.ContractTypeId.Template.OptionalPkg, domain.ContractTypeId.OptionalPkg]], ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): EitherT[Future, JsonError, LAVResolved]
- def decodeCreateCommand(a: JsValue, jwt: Jwt, ledgerId: LedgerId)(implicit ev1: JsonReader[CreateCommand[JsValue, domain.ContractTypeId.Template.OptionalPkg]], ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): ET[CreateCommand[Record, domain.ContractTypeId.Template.RequiredPkg]]
- def decodeExerciseCommand(a: JsValue, jwt: Jwt, ledgerId: LedgerId)(implicit ev1: JsonReader[OptionalPkg[JsValue, ContractLocator[JsValue]]], ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): ET[RequiredPkg[LfValue, ContractLocator[LfValue]]]
- def decodeUnderlyingValues[F[_]](fa: F[JsValue], jwt: Jwt, ledgerId: LedgerId)(implicit arg0: Traverse[F], arg1: Compat[F], ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): ET[F[Value]]
- def decodeUnderlyingValuesToLf[F[_]](fa: F[JsValue], jwt: Jwt, ledgerId: LedgerId)(implicit arg0: Traverse[F], arg1: Compat[F], ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID]): ET[F[LfValue]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyType(id: domain.ContractTypeId.Template.OptionalPkg)(implicit ec: ExecutionContext, lc: LoggingContextOf[InstanceUUID], jwt: Jwt, ledgerId: LedgerId): ET[LfType]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def templateRecordType(id: domain.ContractTypeId.Template.RequiredPkg): \/[JsonError, LfType]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])