Package com.mindee.parsing.v2.field
Class SimpleField
- java.lang.Object
-
- com.mindee.parsing.v2.field.BaseField
-
- com.mindee.parsing.v2.field.SimpleField
-
public final class SimpleField extends BaseField
Field holding a single scalar value.
-
-
Constructor Summary
Constructors Constructor Description SimpleField(Object value, FieldConfidence confidence, List<FieldLocation> locations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Object
getValue()
Value (string, boolean, double, ornull
).int
hashCode()
String
toString()
-
Methods inherited from class com.mindee.parsing.v2.field.BaseField
getConfidence, getLocations, setConfidence, setLocations
-
-
-
-
Constructor Detail
-
SimpleField
public SimpleField(Object value, FieldConfidence confidence, List<FieldLocation> locations)
-
-
Method Detail
-
getValue
public Object getValue()
Value (string, boolean, double, ornull
).
-
-