All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.poiji.bind.PropertyUnmarshaller Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.poiji.bind;

/**
 * Created by hakan on 25.05.2020
 */
public interface PropertyUnmarshaller {

     T unmarshal(Class type);

     T returnFromExcelFile(Class type);

     T returnFromEncryptedFile(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy