Interface JsonSchemaValidatorSupplier
- All Superinterfaces:
Supplier<JsonSchemaValidator>
A supplier interface that provides a
JsonSchemaValidator instance.
Implementations of this interface are expected to return a new or cached instance of
JsonSchemaValidator when Supplier.get() is invoked.- See Also:
-
Method Summary