Skip navigation links
B C D E F G H I P S T U V X 

B

build() - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
 

C

Casting - Class in com.poiji.util
Created by hakan on 22/01/2017.
castValue(Class<?>, String, PoijiOptions) - Method in class com.poiji.util.Casting
 
com.poiji.annotation - package com.poiji.annotation
 
com.poiji.bind - package com.poiji.bind
 
com.poiji.bind.mapping - package com.poiji.bind.mapping
 
com.poiji.exception - package com.poiji.exception
 
com.poiji.option - package com.poiji.option
 
com.poiji.util - package com.poiji.util
 

D

dateLenient(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
If the simple date format is lenient, use to set how strict the date formatting must be, defaults to lenient false.
datePattern() - Method in class com.poiji.option.PoijiOptions
 
datePattern(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set date pattern, default date format is "dd/M/yyyy" for java.util.Date
dateRegex(String) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Date regex, if would like to specify a regex patter the date must be in, e.g.\\d{2}/\\d{1}/\\d{4}.
dateTimeFormatter() - Method in class com.poiji.option.PoijiOptions
 
dateTimeFormatter(DateTimeFormatter) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set a date time formatter, default date time formatter is "dd/M/yyyy" for java.time.LocalDate
DEFAULT_DATE_PATTERN - Static variable in class com.poiji.util.PoijiConstants
 
DEFAULT_DATE_TIME_FORMATTER - Static variable in class com.poiji.util.PoijiConstants
 

E

ExcelCell - Annotation Type in com.poiji.annotation
Indicates that a field declaration contains excel metadata.
ExcelCellName - Annotation Type in com.poiji.annotation
Created by hakan on 16/03/2018
ExcelRow - Annotation Type in com.poiji.annotation
This annotations allows you to set the index of each row item.

F

file() - Method in class com.poiji.bind.PoijiFile
the T derived from InputStream
Files - Class in com.poiji.util
Created by hakan on 17/01/2017.
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

G

getDateLenient() - Method in class com.poiji.option.PoijiOptions
 
getDateRegex() - Method in class com.poiji.option.PoijiOptions
 
getExtension(String) - Method in class com.poiji.util.Files
 
getInstance() - Static method in class com.poiji.util.Casting
 
getInstance() - Static method in class com.poiji.util.Files
 
getPassword() - Method in class com.poiji.option.PoijiOptions
 

H

HSSFInstance(PoijiFile, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
HSSFInstance(PoijiInputStream, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 

I

ID_PATTERN - Static variable in class com.poiji.util.PoijiConstants
 
ignoreHiddenSheets() - Method in class com.poiji.option.PoijiOptions
 
ignoreHiddenSheets(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Ignore hidden sheets
IllegalCastException - Exception in com.poiji.exception
Created by hakan on 17/01/2017.
IllegalCastException(String) - Constructor for exception com.poiji.exception.IllegalCastException
 
InvalidExcelFileExtension - Exception in com.poiji.exception
Created by hakan on 17/01/2017.
InvalidExcelFileExtension(String) - Constructor for exception com.poiji.exception.InvalidExcelFileExtension
 

P

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) - Constructor for exception com.poiji.exception.PoijiInstantiationException
 
PoijiOptions - Class in com.poiji.option
Created by hakan on 17/01/2017.
PoijiOptions.PoijiOptionsBuilder - Class in com.poiji.option
 
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
 

S

settings() - Static method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
 
settings(int) - Static method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Skip the n rows of the excel data.
setTrimCellValue(boolean) - Method in class com.poiji.option.PoijiOptions
 
sheetIndex(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
set sheet index, default is 0
sheetIndex() - Method in class com.poiji.option.PoijiOptions
 
skip(int) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
skip number of row
skip() - Method in class com.poiji.option.PoijiOptions
the number of skipped rows
stream() - Method in class com.poiji.bind.PoijiInputStream
the T derived from InputStream

T

trimCellValue(boolean) - Method in class com.poiji.option.PoijiOptions.PoijiOptionsBuilder
Trim cell value
trimCellValue() - Method in class com.poiji.option.PoijiOptions
 

U

unmarshal(Class<T>, Consumer<? super T>) - Method in interface com.poiji.bind.Unmarshaller
 
Unmarshaller - Interface in com.poiji.bind
Created by hakan on 08/03/2018
UnmarshallerHelper - Class in com.poiji.bind.mapping
Created by hakan on 17/01/2017.
UnmarshallerHelper() - Constructor for class com.poiji.bind.mapping.UnmarshallerHelper
 

V

valueOf(String) - Static method in enum com.poiji.exception.PoijiExcelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.poiji.exception.PoijiExcelType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XLS_EXTENSION - Static variable in class com.poiji.util.PoijiConstants
 
XLSX_EXTENSION - Static variable in class com.poiji.util.PoijiConstants
 
XSSFInstance(PoijiFile, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
XSSFInstance(PoijiInputStream, PoijiOptions) - Static method in class com.poiji.bind.mapping.UnmarshallerHelper
 
B C D E F G H I P S T U V X 
Skip navigation links

Copyright © 2017–2018. All rights reserved.