public interface JsonFormatValidator
Modifier and Type | Field and Description |
---|---|
static JsonFormatValidator |
DEFAULT_VALIDATOR
The default validator which performs a NOOP.
|
Modifier and Type | Method and Description |
---|---|
String |
validateFormat(String instanceType,
String format,
Object instance) |
static final JsonFormatValidator DEFAULT_VALIDATOR
String validateFormat(String instanceType, String format, Object instance)
instanceType
- The type of the related instanceformat
- The format specified in the schema for the current object instance.instance
- The current object instance that is currently being validated.Copyright © 2024 Eclipse. All rights reserved.