C# 클래스 Spring.Objects.Factory.Config.CustomConverterConfigurer

상속: Spring.Objects.Factory.Config.AbstractConfigurer
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void

Registers any custom converters with the supplied factory.

보호된 메소드들

메소드 설명
ResolveConverter ( object value ) : TypeConverter

Resolves the supplied value into a System.ComponentModel.TypeConverter instance.

메소드 상세

PostProcessObjectFactory() 공개 메소드

Registers any custom converters with the supplied factory.
/// In case of errors. ///
public PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void
factory IConfigurableListableObjectFactory /// The object factory to register the converters with. ///
리턴 void

ResolveConverter() 보호된 메소드

Resolves the supplied value into a System.ComponentModel.TypeConverter instance.
/// If the supplied is , /// or the supplied cannot be resolved. ///
protected ResolveConverter ( object value ) : TypeConverter
value object /// The object that is to be resolved into a /// instance. ///
리턴 System.ComponentModel.TypeConverter