Interface ObjectInstantiator<T>

Type Parameters:
T -
All Known Implementing Classes:
DefaultInstantiator

public interface ObjectInstantiator<T>
An ObjectInstantiator creates objects without further parameter, e.g. the DefaultInstantiator uses the Default-Constructor
Author:
Oliver Wolff
  • Method Details