Method | Description | |
---|---|---|
ScannedGenericObjectDefinition ( |
Creates a GenericObjectDefinition that applies the default values provided in the XML Spring config document. Additionally parses the specific class attributesthat allows the definition of LazyInit, Scope or Qualifier
|
Method | Description | |
---|---|---|
ApplyDefaults ( Spring.Objects.Factory.Xml.DocumentDefaultsDefinition defaults ) : void | ||
ParseLazyAttribute ( ) : void | ||
ParseName ( ) : void | ||
ParseQualifierAttribute ( ) : void | ||
ParseQualifierProperties ( |
||
ParseScopeAttribute ( ) : void |
public ScannedGenericObjectDefinition ( |
||
typeOfObject | Type of scanned component | |
defaults | Spring.Objects.Factory.Xml.DocumentDefaultsDefinition | Defualts provided in Spring Config document |
return | System |