public class FormatMatchers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isColorFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isDateFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isDateTimeFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isEmailFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isHostnameFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isIPv4Format() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isIPv6Format() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isPhoneFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isRegexFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isStyleFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isTimeFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isUriFormat() |
static org.hamcrest.Matcher<io.apptik.json.schema.Schema> |
isUTCmilisecFormat() |
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isDateFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isDateTimeFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isColorFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isEmailFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isHostnameFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isIPv4Format()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isIPv6Format()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isPhoneFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isRegexFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isStyleFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isTimeFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isUriFormat()
public static org.hamcrest.Matcher<io.apptik.json.schema.Schema> isUTCmilisecFormat()