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 ListFieldDynamicField. getListField()ListFieldInferenceFields. getListField(String fieldName)Retrieves the field as a `ListField`.Methods in com.mindee.parsing.v2.field with parameters of type ListField Modifier and Type Method Description static DynamicFieldDynamicField. 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)
-