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]) @native() @IntrinsicCandidate()
- 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: ContextualizedErrorLogger): Either[StatusRuntimeException, Long]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matchLedgerId(ledgerId: LedgerId)(receivedO: Option[LedgerId])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Option[LedgerId]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def optionalIdentityProviderId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, IdentityProviderId]
- def optionalString[T](s: String)(someValidation: (String) => Either[StatusRuntimeException, T]): Either[StatusRuntimeException, Option[T]]
- def requireApplicationId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, daml.lf.data.Ref.ApplicationId]
- def requireCommandId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, daml.lf.data.Ref.CommandId]
- def requireContractId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, ContractId]
- def requireDomainId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, DomainId]
- def requireDottedName(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, DottedName]
- def requireEmptyString(s: String, fieldName: String)(implicit errorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, String]
- def requireIdentifier(s: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Name]
- def requireIdentityProviderId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Id]
- def requireJwksUrl(raw: String, fieldName: String)(implicit errorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, JwksUrl]
- def requireLedgerString(s: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, LedgerString]
- def requireLedgerString(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, LedgerString]
- def requireName(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Name]
- def requireNonEmpty[M[_] <: Iterable[_], T](s: M[T], fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, M[T]]
- def requireNonEmptyString(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, String]
- def requirePackageId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, PackageId]
- def requireParties(parties: Set[String])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Set[Party]]
- def requireParty(s: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Party]
- def requirePartyField(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Party]
- def requirePresence[T](option: Option[T], fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, T]
- def requireResourceVersion(raw: String, fieldName: String)(implicit errorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Long]
- def requireSubmissionId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, SubmissionId]
- def requireUserId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, UserId]
- def requireWorkflowId(s: String, fieldName: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): 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 validateIdentifier(identifier: Identifier)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Identifier]
- def validateIdentifierWithPackageUpgrading(identifier: Identifier, includeCreatedEventBlob: Boolean)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, TemplateFilter]
- def validateOptional[T, U](t: Option[T])(validation: (T) => Either[StatusRuntimeException, U]): Either[StatusRuntimeException, Option[U]]
- def validateSubmissionId(s: String)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Option[SubmissionId]]
- def validateTimestamp(timestamp: Timestamp, fieldName: String)(implicit errorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, Timestamp]
- def validateTypeConRef(identifier: Identifier)(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Either[StatusRuntimeException, TypeConRef]
- def verifyMetadataAnnotations(annotations: Map[String, String], allowEmptyValues: Boolean, fieldName: String)(implicit errorLogger: ContextualizedErrorLogger): 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])