public class FormatValidators extends Object
| Constructor and Description |
|---|
FormatValidators() |
| Modifier and Type | Method and Description |
|---|---|
static FormatValidator |
forFormat(String formatName)
Static factory method for
FormatValidator implementations supporting the
formatNames mandated by the json schema spec. |
public static FormatValidator forFormat(String formatName)
FormatValidator implementations supporting the
formatNames mandated by the json schema spec.
formatName - one of the 6 built-in formats.FormatValidator implementation handling the formatName format.Copyright © 2018. All rights reserved.