Packages

class SchemaProcessorsImpl extends SchemaProcessors with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaProcessorsImpl
  2. NamedLogging
  3. SchemaProcessors
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SchemaProcessorsImpl(fetchSignatures: (ErrorLoggingContext) => PackageSignatures, loggerFactory: NamedLoggerFactory)(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 choiceArgsFromJsonToProto(template: Identifier, choiceName: Name, jsonArgsValue: Value)(implicit traceContext: TraceContext): Future[Value]
  6. def choiceArgsFromProtoToJson(template: Identifier, choiceName: Name, protoArgs: Value)(implicit traceContext: TraceContext): Future[Value]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def contractArgFromJsonToProto(template: Identifier, jsonArgsValue: Value)(implicit traceContext: TraceContext): Future[Value]
  9. def contractArgFromProtoToJson(template: Identifier, protoArgs: Record)(implicit traceContext: TraceContext): Future[Value]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  13. def exerciseResultFromJsonToProto(template: Identifier, choiceName: Name, value: Value)(implicit traceContext: TraceContext): Future[Option[Value]]
  14. def exerciseResultFromProtoToJson(template: Identifier, choiceName: Name, v: Value)(implicit traceContext: TraceContext): Future[Value]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def keyArgFromJsonToProto(template: Identifier, protoArgs: Value)(implicit traceContext: TraceContext): Future[Value]
  19. def keyArgFromProtoToJson(template: Identifier, protoArgs: Value)(implicit traceContext: TraceContext): Future[Value]
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
    Definition Classes
    SchemaProcessorsImplNamedLogging
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. 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 NamedLogging

Inherited from SchemaProcessors

Inherited from AnyRef

Inherited from Any

Ungrouped