Package com.mindee.parsing.v2.field
Class ListField
- java.lang.Object
-
- com.mindee.parsing.v2.field.BaseField
-
- com.mindee.parsing.v2.field.ListField
-
public final class ListField extends BaseField
Field holding a list of fields.
-
-
Constructor Summary
Constructors Constructor Description ListField()
ListField(List<DynamicField> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<DynamicField>
getItems()
Items of the list.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ListField
public ListField(List<DynamicField> items)
-
ListField
public ListField()
-
-
Method Detail
-
getItems
public List<DynamicField> getItems()
Items of the list.
-
canEqual
protected boolean canEqual(Object other)
-
-