Interface JsonSchemaValidatorSupplier

All Superinterfaces:
Supplier<JsonSchemaValidator>

public interface JsonSchemaValidatorSupplier extends 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

    Methods inherited from interface java.util.function.Supplier

    get