Uses of Interface
com.opencsv.bean.function.AssignmentInvoker
-
Packages that use AssignmentInvoker Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of AssignmentInvoker in com.opencsv.bean
Fields in com.opencsv.bean declared as AssignmentInvoker Modifier and Type Field Description private AssignmentInvoker<java.lang.Object,T>
FieldAccess. assignment
A functional interface to write the field.Methods in com.opencsv.bean that return AssignmentInvoker Modifier and Type Method Description private AssignmentInvoker<java.lang.Object,T>
FieldAccess. determineAssignmentMethod()
-