Package com.mindee.parsing.v2
Class DataSchemaActiveOptions
- java.lang.Object
-
- com.mindee.parsing.v2.DataSchemaActiveOptions
-
public class DataSchemaActiveOptions extends Object
Data schema options activated during the inference.
-
-
Constructor Summary
Constructors Constructor Description DataSchemaActiveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)booleangetOverride()Whether a data schema override was provided for the inference.inthashCode()
-
-
-
Method Detail
-
getOverride
public boolean getOverride()
Whether a data schema override was provided for the inference.
-
canEqual
protected boolean canEqual(Object other)
-
-