public interface JsonSchemaValidatorSupplier extends java.util.function.Supplier<JsonSchemaValidator>
JsonSchemaValidator instance.
Implementations of this interface are expected to return a new or cached instance of
JsonSchemaValidator when Supplier.get() is invoked.JsonSchemaValidator,
Supplier