Uses of Class
com.mindee.parsing.v2.field.ListField
-
Packages that use ListField Package Description com.mindee.parsing.v2.field -
-
Uses of ListField in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return ListField Modifier and Type Method Description ListField
DynamicField. getListField()
Value as list field.Methods in com.mindee.parsing.v2.field with parameters of type ListField Modifier and Type Method Description static DynamicField
DynamicField. of(ListField value)
Constructors in com.mindee.parsing.v2.field with parameters of type ListField Constructor Description DynamicField(DynamicField.FieldType type, SimpleField simpleField, ListField listField, ObjectField objectField)
-