Package com.poiji.bind.mapping
Class HSSFPropertyFile
- java.lang.Object
-
- com.poiji.bind.mapping.HSSFPropertyFile
-
- All Implemented Interfaces:
PropertyUnmarshaller
public final class HSSFPropertyFile extends Object implements PropertyUnmarshaller
Created by hakan on 24.05.2020
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TreturnFromEncryptedFile(Class<T> type)<T> TreturnFromExcelFile(Class<T> type)<T> Tunmarshal(Class<T> type)
-
-
-
Method Detail
-
unmarshal
public <T> T unmarshal(Class<T> type)
- Specified by:
unmarshalin interfacePropertyUnmarshaller
-
returnFromExcelFile
public <T> T returnFromExcelFile(Class<T> type)
- Specified by:
returnFromExcelFilein interfacePropertyUnmarshaller
-
returnFromEncryptedFile
public <T> T returnFromEncryptedFile(Class<T> type)
- Specified by:
returnFromEncryptedFilein interfacePropertyUnmarshaller
-
-