Struct DictionaryConverterFactory

template<typename TARGET_TYPE>
struct DictionaryConverterFactory

Public Types

template<>
using ConverterType = DictionaryValueConverter<TARGET_TYPE>

Public Functions

std::unique_ptr<ConverterType> create(ConverterCreateParameter param)
std::unique_ptr<TargetValueConverter> operator()(ConverterCreateParameter param)