package models.properties; import java.util.Map; public interface PropertiesGenerator { void toMap(Map fieldValues); }