Packages

c

com.digitalasset.canton.http.json.v2

ProtocolConverters

class ProtocolConverters extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtocolConverters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProtocolConverters(schemaProcessors: SchemaProcessors)(implicit executionContext: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def convertCommands(commands: Seq[Command])(implicit errorLoggingContext: ErrorLoggingContext): Future[Seq[Command]]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit val executionContext: ExecutionContext
  10. implicit def fromCirce(js: Json): Value
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. implicit def toCirce(js: Value): Json
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. object ArchivedEvent extends ProtocolConverter[ArchivedEvent, ArchivedEvent]
  24. object AssignedEvent extends ProtocolConverter[AssignedEvent, JsAssignedEvent]
  25. object Commands extends ProtocolConverter[Commands, JsCommands]
  26. object ContractEntry extends ProtocolConverter[ContractEntry, JsContractEntry.JsContractEntry]
  27. object CreatedEvent extends ProtocolConverter[CreatedEvent, CreatedEvent]
  28. object Event extends ProtocolConverter[Event, Event]
  29. object ExecuteSubmissionRequest extends ProtocolConverter[ExecuteSubmissionRequest, JsExecuteSubmissionRequest]
  30. object ExercisedEvent extends ProtocolConverter[ExercisedEvent, ExercisedEvent]
  31. object GetActiveContractsResponse extends ProtocolConverter[GetActiveContractsResponse, JsGetActiveContractsResponse]
  32. object GetEventsByContractIdResponse extends ProtocolConverter[GetEventsByContractIdResponse, JsGetEventsByContractIdResponse]
  33. object GetTransactionResponse extends ProtocolConverter[GetTransactionResponse, JsGetTransactionResponse]
    Annotations
    @nowarn()
  34. object GetTransactionTreeResponse extends ProtocolConverter[GetTransactionTreeResponse, JsGetTransactionTreeResponse]
    Annotations
    @nowarn()
  35. object GetUpdateResponse extends ProtocolConverter[GetUpdateResponse, JsGetUpdatesResponse]
  36. object GetUpdateTreesResponse extends ProtocolConverter[GetUpdateTreesResponse, JsGetUpdateTreesResponse]
    Annotations
    @nowarn()
  37. object GetUpdatesResponse extends ProtocolConverter[GetUpdatesResponse, JsGetUpdatesResponse]
  38. object InterfaceView extends ProtocolConverter[InterfaceView, JsInterfaceView]
  39. object ParticipantAuthorizationAdded extends ProtocolConverter[ParticipantAuthorizationAdded, ParticipantAuthorizationAdded]
  40. object ParticipantAuthorizationChanged extends ProtocolConverter[ParticipantAuthorizationChanged, ParticipantAuthorizationChanged]
  41. object ParticipantAuthorizationRevoked extends ProtocolConverter[ParticipantAuthorizationRevoked, ParticipantAuthorizationRevoked]
  42. object PrepareSubmissionRequest extends ProtocolConverter[PrepareSubmissionRequest, JsPrepareSubmissionRequest]
  43. object PrepareSubmissionResponse extends ProtocolConverter[PrepareSubmissionResponse, JsPrepareSubmissionResponse]
  44. object Reassignment extends ProtocolConverter[Reassignment, JsReassignment]
  45. object ReassignmentEvent extends ProtocolConverter[Event, JsReassignmentEvent]
  46. object SubmitAndWaitForReassignmentResponse extends ProtocolConverter[SubmitAndWaitForReassignmentResponse, JsSubmitAndWaitForReassignmentResponse]
  47. object SubmitAndWaitForTransactionRequest extends ProtocolConverter[SubmitAndWaitRequest, JsSubmitAndWaitForTransactionRequest]
  48. object SubmitAndWaitTransactionResponse extends ProtocolConverter[SubmitAndWaitForTransactionResponse, JsSubmitAndWaitForTransactionResponse]
  49. object SubmitAndWaitTransactionTreeResponse extends ProtocolConverter[SubmitAndWaitForTransactionTreeResponse, JsSubmitAndWaitForTransactionTreeResponse]
    Annotations
    @nowarn()
  50. object TopologyEvent extends ProtocolConverter[TopologyEvent, TopologyEvent]
  51. object TopologyTransaction extends ProtocolConverter[TopologyTransaction, JsTopologyTransaction]
  52. object Transaction extends ProtocolConverter[Transaction, JsTransaction]
  53. object TransactionTree extends ProtocolConverter[TransactionTree, JsTransactionTree]
    Annotations
    @nowarn()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped