Smile\ElasticsuiteCore\Index\Analysis\Config\Converter::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Magento\Framework\Json\Decoder $jsonDecoder )
$jsonDecoder Magento\Framework\Json\Decoder JSON Decoder.
    public function __construct(Decoder $jsonDecoder)
    {
        $this->jsonDecoder = $jsonDecoder;
    }