C# 클래스 Spring.Context.Attributes.ScannedGenericObjectDefinition

A GenericObjectDefinition that provides attribute driven propulation of properties like LazyInit, Scope or Qualifier
상속: Spring.Objects.Factory.Support.GenericObjectDefinition
파일 보기 프로젝트 열기: spring-projects/spring-net-codeconfig 1 사용 예제들

공개 메소드들

메소드 설명
ScannedGenericObjectDefinition ( Type typeOfObject, Spring.Objects.Factory.Xml.DocumentDefaultsDefinition defaults ) : System

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

비공개 메소드들

메소드 설명
ApplyDefaults ( Spring.Objects.Factory.Xml.DocumentDefaultsDefinition defaults ) : void
ParseLazyAttribute ( ) : void
ParseName ( ) : void
ParseQualifierAttribute ( ) : void
ParseQualifierProperties ( QualifierAttribute attr, AutowireCandidateQualifier qualifier ) : void
ParseScopeAttribute ( ) : void

메소드 상세

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
public ScannedGenericObjectDefinition ( Type typeOfObject, Spring.Objects.Factory.Xml.DocumentDefaultsDefinition defaults ) : System
typeOfObject System.Type Type of scanned component
defaults Spring.Objects.Factory.Xml.DocumentDefaultsDefinition Defualts provided in Spring Config document
리턴 System