object FieldValidator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldValidator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eventSequentialId(raw: String, fieldName: String, message: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Long]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalIdentityProviderId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, IdentityProviderId]
- def optionalParticipantId(participantId: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[topology.ParticipantId]]
- def optionalString[T](s: String)(someValidation: (String) => Either[StatusRuntimeException, T]): Either[StatusRuntimeException, Option[T]]
- def optionalSynchronizerId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[SynchronizerId]]
- def requireCommandId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.CommandId]
- def requireContractId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, ContractId]
- def requireEmptyString(s: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, String]
- def requireIdentityProviderId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Id]
- def requireJwksUrl(raw: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, JwksUrl]
- def requireLedgerString(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, LedgerString]
- def requireLedgerString(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, LedgerString]
- def requireNonEmpty[M[_] <: Iterable[_], T](s: M[T], fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, M[T]]
- def requireNonEmptyString(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, String]
- def requireOptional[T, U](t: Option[T], fieldName: String)(validation: (T) => Either[StatusRuntimeException, U])(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, U]
- def requirePackageName(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, PackageName]
- def requireParties(parties: Set[String])(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Set[Party]]
- def requireParty(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Party]
- def requirePartyField(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Party]
- def requireResourceVersion(raw: String, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Long]
- def requireSubmissionId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.SubmissionId]
- def requireSynchronizerId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, SynchronizerId]
- def requireTopologyPartyIdField(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, PartyId]
- def requireUserId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.UserId]
- def requireWorkflowId(s: String, fieldName: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, daml.lf.data.Ref.WorkflowId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validateOptional[T, U](t: Option[T])(validation: (T) => Either[StatusRuntimeException, U]): Either[StatusRuntimeException, Option[U]]
- def validateSubmissionId(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[SubmissionId]]
- def validateTypeConRef(identifier: Identifier)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, TypeConRef]
- def validateWorkflowId(s: String)(implicit errorLoggingContext: ErrorLoggingContext): Either[StatusRuntimeException, Option[WorkflowId]]
- def verifyMetadataAnnotations(annotations: Map[String, String], allowEmptyValues: Boolean, fieldName: String)(implicit errorLogger: ErrorLoggingContext): Either[StatusRuntimeException, Map[String, String]]
- 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])