Descriptor

@SerialName(value = "monoSource")
class Descriptor(val element: Any?, val elementType: String) : CoreStepDescriptor

Constructors

Link copied to clipboard
constructor(element: Any?, elementType: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val element: Any?
Link copied to clipboard
Link copied to clipboard
@Transient
var id: Int?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun createStep(context: QueryDeserializationContext): IStep