Documentation
    Preparing search index...

    A central factory class for instantiating property objects dynamically based on a configuration payload. It routes property definitions to their respective concrete classes.

    Index

    Constructors

    Properties

    TYPE_ANY: string = 'any'

    Identifier for the BaseProperty class.

    TYPE_ARRAY: string = 'array'

    Identifier for the ArrayProperty class.

    TYPE_BOOLEAN: string = 'boolean'

    Identifier for the BooleanProperty class.

    TYPE_DATETIME: string = 'datetime'

    Identifier for the DateTimeProperty class.

    TYPE_ENUM: string = 'enum'

    Identifier for the EnumProperty class.

    TYPE_FILE: string = 'file'

    Identifier for the FileProperty class.

    TYPE_HASH: string = 'hash'

    Identifier for the HashProperty class.

    TYPE_MAP: string = 'map'

    Identifier for the MapProperty class.

    TYPE_NUMBER: string = 'number'

    Identifier for the NumberProperty class.

    TYPE_OBJECT: string = 'object'

    Identifier for the ObjectProperty class.

    TYPE_STRING: string = 'string'

    Identifier for the StringProperty class.

    Methods