| Package | org.spicefactory.lib.reflect.mapping |
| Class | public class MetadataRegistry |
| Inheritance | MetadataRegistry Object |
| Property | Defined By | ||
|---|---|---|---|
| instance : MetadataRegistry [static] [read-only]
The singleton instance of the registry. | MetadataRegistry | ||
| Method | Defined By | ||
|---|---|---|---|
registerClass(metadataClass:Class, appDomain:ApplicationDomain = null):void
Registers the specified mapped metadata class. | MetadataRegistry | ||
| instance | property |
instance:MetadataRegistry [read-only] The singleton instance of the registry.
public static function get instance():MetadataRegistry| registerClass | () | method |
public function registerClass(metadataClass:Class, appDomain:ApplicationDomain = null):voidRegisters the specified mapped metadata class.
Parameters
metadataClass:Class — the mapped class
| |
appDomain:ApplicationDomain (default = null) — the ApplicationDomain to use for reflection
|