Package com.liferay.batch.engine.csv
Class ColumnDescriptor
java.lang.Object
com.liferay.batch.engine.csv.ColumnDescriptor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ColumnDescriptor
from
(Field field, String fieldName, int index, Method method, ColumnDescriptor parentColumnDescriptor, com.liferay.petra.function.UnsafeFunction<Object, Object, ReflectiveOperationException> unsafeFunction) static ColumnDescriptor
from
(String fieldName, int index, com.liferay.petra.function.UnsafeFunction<Object, Object, ReflectiveOperationException> unsafeFunction) int
getIndex()
int
int
hashCode()
boolean
isChild()
-
Method Details
-
from
public static ColumnDescriptor from(Field field, String fieldName, int index, Method method, ColumnDescriptor parentColumnDescriptor, com.liferay.petra.function.UnsafeFunction<Object, Object, ReflectiveOperationException> unsafeFunction) -
from
public static ColumnDescriptor from(String fieldName, int index, com.liferay.petra.function.UnsafeFunction<Object, Object, ReflectiveOperationException> unsafeFunction) -
equals
-
getHeader
-
getIndex
public int getIndex() -
getParentHashCode
public int getParentHashCode() -
getValue
- Throws:
ReflectiveOperationException
-
hashCode
public int hashCode() -
isChild
public boolean isChild()
-