package org.jai.hive.serde; public interface JsonSerdeService { String getJsonJarPath(); void build(); }