object FieldValidator

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

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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def eventSequentialId(raw: String, fieldName: String, message: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Long]
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. def optionalIdentityProviderId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, IdentityProviderId]
  16. def optionalParticipantId(participantId: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[topology.ParticipantId]]
  17. def optionalString[T](s: String)(someValidation: (String) => Either[StatusRuntimeException, T]): Either[StatusRuntimeException, Option[T]]
  18. def optionalSynchronizerId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[SynchronizerId]]
  19. def requireCommandId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.CommandId]
  20. def requireContractId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, ContractId]
  21. def requireEmptyString(s: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, String]
  22. def requireIdentityProviderId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Id]
  23. def requireJwksUrl(raw: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, JwksUrl]
  24. def requireLedgerString(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, LedgerString]
  25. def requireLedgerString(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, LedgerString]
  26. def requireNonEmpty[M[_] <: Iterable[_], T](s: M[T], fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, M[T]]
  27. def requireNonEmptyString(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, String]
  28. def requireOptional[T, U](t: Option[T], fieldName: String)(validation: (T) => Either[StatusRuntimeException, U])(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, U]
  29. def requirePackageName(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, PackageName]
  30. def requireParties(parties: Set[String])(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Set[Party]]
  31. def requireParty(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Party]
  32. def requirePartyField(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Party]
  33. def requireResourceVersion(raw: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Long]
  34. def requireSubmissionId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.SubmissionId]
  35. def requireSynchronizerId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, SynchronizerId]
  36. def requireTopologyPartyIdField(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, PartyId]
  37. def requireUserId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.UserId]
  38. def requireWorkflowId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.WorkflowId]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def validateOptional[T, U](t: Option[T])(validation: (T) => Either[StatusRuntimeException, U]): Either[StatusRuntimeException, Option[U]]
  42. def validateSubmissionId(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[SubmissionId]]
  43. def validateTypeConRef(identifier: Identifier)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, TypeConRef]
  44. def validateWorkflowId(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[WorkflowId]]
  45. def verifyMetadataAnnotations(annotations: Map[String, String], allowEmptyValues: Boolean, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Map[String, String]]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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