Package com.poiji.bind
Interface Unmarshaller
-
- All Known Implementing Classes:
SheetUnmarshaller
public interface UnmarshallerCreated by hakan on 08/03/2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <T> Optional<String>getSheetName(Class<T> type, PoijiOptions options)<T> voidunmarshal(Class<T> type, Consumer<? super T> consumer)
-