HCDataFactoryImpl constructor

HCDataFactoryImpl(
  1. JsonConverter converter
)

Creates a new factory with the specified JSON converter.

Implementation

HCDataFactoryImpl(this.converter);