Packages

class JsonSchemaRequestResponseSource extends RequestResponsePostSource[TypedMap] with LazyLogging with ReturningType with SourceTestSupport[TypedMap]

Linear Supertypes
SourceTestSupport[TypedMap], ReturningType, LazyLogging, RequestResponsePostSource[TypedMap], RequestResponseSource[TypedMap], BaseLiteSource[Any], Lifecycle, AutoCloseable, LiteSource[Any], Source, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonSchemaRequestResponseSource
  2. SourceTestSupport
  3. ReturningType
  4. LazyLogging
  5. RequestResponsePostSource
  6. RequestResponseSource
  7. BaseLiteSource
  8. Lifecycle
  9. AutoCloseable
  10. LiteSource
  11. Source
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonSchemaRequestResponseSource(definition: String, metaData: MetaData, schema: Schema, nodeId: NodeId)

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 catchValidationError[T](action: ⇒ T): T
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    Lifecycle → AutoCloseable
  8. val context: EngineRuntimeContext
    Attributes
    protected
    Definition Classes
    BaseLiteSource
  9. val contextIdGenerator: ContextIdGenerator
    Attributes
    protected
    Definition Classes
    BaseLiteSource
  10. def createTransformation[F[_]](componentContext: CustomComponentContext[F])(implicit arg0: Monad[F]): (Any) ⇒ ValidatedNel[ErrorType, Context]
    Definition Classes
    BaseLiteSource → LiteSource
  11. val definition: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val nodeId: NodeId
    Definition Classes
    JsonSchemaRequestResponseSource → BaseLiteSource
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def open(context: EngineRuntimeContext): Unit
    Definition Classes
    BaseLiteSource → Lifecycle
  23. def openApiDefinition: Option[OpenApiSourceDefinition]
    Definition Classes
    JsonSchemaRequestResponseSource → RequestResponseSource
  24. val openApiDescription: String
    Attributes
    protected
  25. def parse(parameters: Array[Byte]): TypedMap
    Definition Classes
    JsonSchemaRequestResponseSource → RequestResponsePostSource
  26. def prepareValidationErrorMessage(exception: Throwable): String
    Attributes
    protected
  27. def responseEncoder: Option[ResponseEncoder[TypedMap]]
    Definition Classes
    JsonSchemaRequestResponseSource → RequestResponseSource
  28. def returnType: TypingResult
    Definition Classes
    JsonSchemaRequestResponseSource → ReturningType
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def testDataParser: TestDataParser[TypedMap]
    Definition Classes
    JsonSchemaRequestResponseSource → SourceTestSupport
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def transform(record: Any): Context
    Definition Classes
    RequestResponseSource → BaseLiteSource
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from SourceTestSupport[TypedMap]

Inherited from ReturningType

Inherited from LazyLogging

Inherited from RequestResponsePostSource[TypedMap]

Inherited from RequestResponseSource[TypedMap]

Inherited from BaseLiteSource[Any]

Inherited from Lifecycle

Inherited from AutoCloseable

Inherited from LiteSource[Any]

Inherited from Source

Inherited from AnyRef

Inherited from Any

Ungrouped