package com.walker.api.client; import java.util.Map; public interface MapTransfer { Map toMap(); }