- file() - Method in class com.poiji.bind.PoijiFile
-
- Files - Class in com.poiji.util
-
Created by hakan on 17/01/2017.
- formats() - Method in class com.poiji.bind.mapping.PoijiLogCellFormat
-
- Formatting - Interface in com.poiji.config
-
A formatting interface to build a custom poiji header formatting.
- fromExcel(File, Class<T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(File, Class<T>, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(InputStream, PoijiExcelType, Class<T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(InputStream, PoijiExcelType, Class<T>, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(File, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(File, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(InputStream, PoijiExcelType, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(InputStream, PoijiExcelType, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(Sheet, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(Sheet, Class<T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcel(Sheet, Class<T>, PoijiOptions, Consumer<? super T>) - Static method in class com.poiji.bind.Poiji
-
converts excel rows into a list of objects
- fromExcelProperties(File, Class<T>) - Static method in class com.poiji.bind.Poiji
-
converts excel properties into an object
- fromExcelProperties(InputStream, PoijiExcelType, Class<T>) - Static method in class com.poiji.bind.Poiji
-
converts excel properties into an object
- fromExcelProperties(File, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
-
converts excel properties into an object
- fromExcelProperties(InputStream, PoijiExcelType, Class<T>, PoijiOptions) - Static method in class com.poiji.bind.Poiji
-
converts excel properties into an object
- parse(String) - Method in class com.poiji.parser.BigDecimalParser
-
- parse(String) - Method in class com.poiji.parser.BooleanParser
-
- parse(String) - Method in class com.poiji.parser.NumberParser
-
- parse(String) - Method in interface com.poiji.parser.Parser
-
- Parser<T> - Interface in com.poiji.parser
-
- Parsers - Class in com.poiji.parser
-
- password(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
-
set password for encrypted excel file, Default is null
- Poiji - Class in com.poiji.bind
-
The entry point of the mapping process.
- PoijiConstants - Class in com.poiji.util
-
Created by hakan on 15/10/2017
- PoijiExcelType - Enum in com.poiji.exception
-
Created by hakan on 08/03/2018
- PoijiException - Exception in com.poiji.exception
-
PoijiException is the superclass of RuntimeException that
can be thrown during the mapping process of excel service.
- PoijiException(String) - Constructor for exception com.poiji.exception.PoijiException
-
- PoijiException(String, Throwable) - Constructor for exception com.poiji.exception.PoijiException
-
- PoijiFile<T extends File> - Class in com.poiji.bind
-
Created by hakan on 16/01/2017.
- PoijiInputStream<T extends InputStream> - Class in com.poiji.bind
-
Created by hakan on 08/03/2018.
- PoijiInstantiationException - Exception in com.poiji.exception
-
Created by hakan on 17/01/2017.
- PoijiInstantiationException(String, Exception) - Constructor for exception com.poiji.exception.PoijiInstantiationException
-
- PoijiLogCellFormat - Class in com.poiji.bind.mapping
-
Created by hakan on 26.04.2020
- PoijiLogCellFormat() - Constructor for class com.poiji.bind.mapping.PoijiLogCellFormat
-
- poijiLogCellFormat(PoijiLogCellFormat) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
-
Add cell format option to see each internal cell's excel format for files ending with xlsx format.
- PoijiLogCellFormat.InternalCellFormat - Class in com.poiji.bind.mapping
-
- PoijiNumberFormat - Class in com.poiji.bind.mapping
-
Created by hakan on 26.04.2020
- PoijiNumberFormat() - Constructor for class com.poiji.bind.mapping.PoijiNumberFormat
-
- poijiNumberFormat(PoijiNumberFormat) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
-
Change the default cell formats of a xlsx excel file by overriding
- PoijiOptions - Class in com.poiji.option
-
Created by hakan on 17/01/2017.
- PoijiOptions.PoijiOptionsBuilder - Class in com.poiji.option
-
- PoijiPropertyHelper - Class in com.poiji.bind.mapping
-
Created by hakan on 24.05.2020
- PoijiPropertyHelper() - Constructor for class com.poiji.bind.mapping.PoijiPropertyHelper
-
- preferNullOverDefault(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
-
set whether or not to use null instead of default values for Integer,
Double, Float, Long, String and java.util.Date types.
- preferNullOverDefault() - Method in class com.poiji.option.PoijiOptions
-
- PropertyHandler - Class in com.poiji.bind.mapping
-
- PropertyHandler() - Constructor for class com.poiji.bind.mapping.PropertyHandler
-
- PropertyUnmarshaller - Interface in com.poiji.bind
-
Created by hakan on 25.05.2020
- putNumberFormat(short, String) - Method in class com.poiji.bind.mapping.PoijiNumberFormat
-