Package com.mindee.parsing.v2.field
Class ObjectField
- java.lang.Object
-
- com.mindee.parsing.v2.field.BaseField
-
- com.mindee.parsing.v2.field.ObjectField
-
public class ObjectField extends BaseField
Field holding a map of sub-fields.
-
-
Constructor Summary
Constructors Constructor Description ObjectField()
ObjectField(InferenceFields fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
InferenceFields
getFields()
Sub-fields keyed by their name.int
hashCode()
String
toString()
String
toStringFromList()
-
-
-
Constructor Detail
-
ObjectField
public ObjectField(InferenceFields fields)
-
ObjectField
public ObjectField()
-
-
Method Detail
-
toStringFromList
public String toStringFromList()
-
getFields
public InferenceFields getFields()
Sub-fields keyed by their name.
-
canEqual
protected boolean canEqual(Object other)
-
-