Метод | Описание | |
---|---|---|
AddQualifier ( |
Register a qualifier to be used for autowire candidate resolution, keyed by the qualifier's type name. AutowireCandidateQualifier
|
|
CopyQualifiersFrom ( |
Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
|
|
GetQualifier ( string typeName ) : |
Return the qualifier mapped to the provided type name.
|
|
GetQualifiers ( ) : Set |
Return all registered qualifiers.
|
|
HasQualifier ( string typeName ) : bool |
Return whether this bean has the specified qualifier.
|
|
OverrideFrom ( IObjectDefinition other ) : void |
Override settings in this object definition from the supplied other object definition.
|
|
PrepareMethodOverrides ( ) : void |
Validates all MethodOverrides
|
|
ResolveObjectType ( ) : |
Resolves the type of the object, resolving it from a specified object type name if necessary.
|
|
ToString ( ) : string |
Returns a System.String that represents the current System.Object.
|
|
Validate ( ) : void |
Validate this object definition.
|
Метод | Описание | |
---|---|---|
AbstractObjectDefinition ( ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.AbstractObjectDefinition class. This is an |
|
AbstractObjectDefinition ( Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.AbstractObjectDefinition class. This is an |
|
AbstractObjectDefinition ( IObjectDefinition other ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.AbstractObjectDefinition class. This is an |
|
PrepareMethodOverride ( Spring.Objects.Factory.Support.MethodOverride methodOverride ) : void |
Validate the supplied methodOverride.
|
protected AbstractObjectDefinition ( ) : System | ||
Результат | System |
protected AbstractObjectDefinition ( Spring.Objects.Factory.Config.ConstructorArgumentValues arguments, MutablePropertyValues properties ) : System | ||
arguments | Spring.Objects.Factory.Config.ConstructorArgumentValues | |
properties | MutablePropertyValues | |
Результат | System |
protected AbstractObjectDefinition ( IObjectDefinition other ) : System | ||
other | IObjectDefinition | /// The object definition used to initialise the member fields of this /// instance. /// |
Результат | System |
public AddQualifier ( |
||
qualifier | ||
Результат | void |
public CopyQualifiersFrom ( |
||
source | the AbstractBeanDefinition to copy from | |
Результат | void |
public GetQualifier ( string typeName ) : |
||
typeName | string | |
Результат |
public HasQualifier ( string typeName ) : bool | ||
typeName | string | |
Результат | bool |
public OverrideFrom ( IObjectDefinition other ) : void | ||
other | IObjectDefinition | /// The object definition used to override the member fields of this instance. /// |
Результат | void |
protected PrepareMethodOverride ( Spring.Objects.Factory.Support.MethodOverride methodOverride ) : void | ||
methodOverride | Spring.Objects.Factory.Support.MethodOverride |
/// The |
Результат | void |