Class StandardRecordFactoryProvider

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

public class StandardRecordFactoryProvider
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    StandardRecordFactoryProvider()  
  • Method Summary

    Modifier and Type Method Description
    IRecordFactory<?> createFactoryFor​(java.lang.Class<?> recordClass)
    Creates a factory for the given record class.
    boolean isApplicableTo​(java.lang.Class<?> recordClass)
    Denotes whether this factory provider is applicable to the given record class.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait