HKDataFactoryImpl constructor

HKDataFactoryImpl(
  1. JsonConverter jsonConverter
)

Creates a new factory with the specified JSON converter.

Implementation

HKDataFactoryImpl(this.jsonConverter);