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`.ListFieldObjectField. getListField(String fieldKey)Retrieves a list sub-field from thefieldsmap as aListField.Methods in com.mindee.parsing.v2.field that return types with arguments of type ListField Modifier and Type Method Description LinkedHashMap<String,ListField>ObjectField. getListFields()Retrieves all subfields from thefieldsmap as aLinkedHashMapofListFieldobjects, keyed by their field names.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)
-