Packageorg.spicefactory.lib.reflect.mapping
Classpublic class MetadataRegistry
InheritanceMetadataRegistry Inheritance Object

The internal registry of all mapped metadata tags. Not intended to be used in application code.



Public Properties
 PropertyDefined By
  instance : MetadataRegistry
[static] [read-only] The singleton instance of the registry.
MetadataRegistry
Public Methods
 MethodDefined By
  
registerClass(metadataClass:Class, appDomain:ApplicationDomain = null):void
Registers the specified mapped metadata class.
MetadataRegistry
Property Detail
instanceproperty
instance:MetadataRegistry  [read-only]

The singleton instance of the registry.


Implementation
    public static function get instance():MetadataRegistry
Method Detail
registerClass()method
public function registerClass(metadataClass:Class, appDomain:ApplicationDomain = null):void

Registers the specified mapped metadata class.

Parameters

metadataClass:Class — the mapped class
 
appDomain:ApplicationDomain (default = null) — the ApplicationDomain to use for reflection