C# Class Spring.Context.Support.XmlApplicationContextTests.CoutingObjectFactoryPostProcessor

Utility class to keep track of object construction.
Inheritance: IObjectFactoryPostProcessor
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
CoutingObjectFactoryPostProcessor ( ) : System

Create an instance and increment the counter

PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void

no op

Method Details

CoutingObjectFactoryPostProcessor() public méthode

Create an instance and increment the counter
public CoutingObjectFactoryPostProcessor ( ) : System
Résultat System

PostProcessObjectFactory() public méthode

no op
public PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void
factory IConfigurableListableObjectFactory factory to post process
Résultat void