| Package | Description |
|---|---|
| com.saasquatch.jsonschemainferrer |
| Modifier and Type | Method and Description |
|---|---|
static IntegerTypeCriterion |
IntegerTypeCriteria.mathematicalInteger()
A number is an integer if its mathematical value is an integer.
|
static IntegerTypeCriterion |
IntegerTypeCriteria.nonFloatingPoint()
A number is an integer if it's not a floating point number or a number with a decimal point.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaInferrerBuilder |
JsonSchemaInferrerBuilder.setIntegerTypeCriterion(IntegerTypeCriterion integerTypeCriterion)
Set the
IntegerTypeCriterion. |
Copyright © 2019–2022. All rights reserved.