Class DbUnitDatatypeFactoryInterceptor

java.lang.Object
com.github.mjeanroy.dbunit.core.configuration.DbUnitDatatypeFactoryInterceptor
All Implemented Interfaces:
DbUnitConfigInterceptor

public final class DbUnitDatatypeFactoryInterceptor extends Object
An interceptor that can specify the "datatypeFactory" property of DbUnit.
See Also:
  • DatabaseConfig.PROPERTY_DATATYPE_FACTORY
  • Constructor Details

    • DbUnitDatatypeFactoryInterceptor

      public DbUnitDatatypeFactoryInterceptor(Class<? extends org.dbunit.dataset.datatype.IDataTypeFactory> dataTypeFactoryClass)
      Create the interceptor.
      Parameters:
      dataTypeFactoryClass - The datatype property class, that will be instantiated.
    • DbUnitDatatypeFactoryInterceptor

      public DbUnitDatatypeFactoryInterceptor(org.dbunit.dataset.datatype.IDataTypeFactory dataTypeFactory)
      Create the interceptor.
      Parameters:
      dataTypeFactory - The datatype factory instance.
  • Method Details