Class StandardRecordFactoryProvider

java.lang.Object
kieker.common.record.factory.StandardRecordFactoryProvider
All Implemented Interfaces:
IRecordFactoryProvider

public class StandardRecordFactoryProvider extends Object implements IRecordFactoryProvider
This factory provider implements the default factory resolution strategy by appending "Factory" to the record class name and loading the respective class.
Since:
2.0
Author:
Holger Knoche
  • Constructor Details

    • StandardRecordFactoryProvider

      public StandardRecordFactoryProvider()
  • Method Details