@wearesage/schema
    Preparing search index...

    Class MetadataRegistry

    MetadataRegistry is responsible for storing and retrieving schema metadata about entities, properties, and relationships.

    This class is designed to be instantiated directly rather than used as a singleton, allowing for better testing and composition. It's typically used with a SchemaBuilder to register metadata from decorated classes.

    Index

    Constructors

    Methods

    • Parameters

      • target: Function
      • propertyKey: string

      Returns void