1 package org.paneris.jammyjoes.mvp; 2 3 public interface Converter { 4 5 Object convert(String string); 6 7 }