PrimitiveType

besom.codegen.metaschema.PrimitiveType
See thePrimitiveType companion object
sealed trait PrimitiveType extends AnonymousType

A reference to a primitive type. A primitive type must have only the "type" property set.

Can be one of: StringType, IntegerType, NumberType, BooleanType

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BooleanType.type
object IntegerType.type
object NumberType.type
object StringType.type

Members list

Value members

Inherited methods

def plain: Boolean

Attributes

Returns

Indicates that when used as an input, this type does not accept eventual values.

Inherited from:
TypeReference