com.poiji.bind.PropertyUnmarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poiji2 Show documentation
Show all versions of poiji2 Show documentation
Perfect annotation based library to read and write excel files
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