package com.luticate.utils.business; /** * Created by robin on 10/22/16. */ public interface LuConverter { T2 convert(T data); }