public class SchemaDefMatchers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isArrayType() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isBooleanType() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isEnum() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isIntegerType() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isLimitedNumber() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isLimitedRangeObject() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isNumberType() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isObjectType() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isRangeObject() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isStringType() |
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isObjectType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isArrayType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isStringType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isNumberType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isIntegerType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isLimitedNumber()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isBooleanType()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isEnum()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isRangeObject()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isLimitedRangeObject()