| Package | Description |
|---|---|
| com.saasquatch.jsonschemainferrer |
| Modifier and Type | Method and Description |
|---|---|
static FormatInferrer |
FormatInferrers.chained(FormatInferrer... formatInferrers) |
static FormatInferrer |
FormatInferrers.dateTime() |
static FormatInferrer |
FormatInferrers.email()
This
FormatInferrer requires commons-validator dependency! |
static FormatInferrer |
FormatInferrers.ip()
This
FormatInferrer requires commons-validator dependency! |
static FormatInferrer |
FormatInferrers.noOp() |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaInferrerBuilder |
JsonSchemaInferrerBuilder.addFormatInferrers(FormatInferrer... formatInferrers)
Add a
FormatInferrer for inferring the format of
strings. |
static FormatInferrer |
FormatInferrers.chained(FormatInferrer... formatInferrers) |
Copyright © 2019–2022. All rights reserved.