Class SchemaRouter

java.lang.Object
io.vertx.mutiny.json.schema.SchemaRouter
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class SchemaRouter extends Object implements MutinyDelegate
Deprecated.
Represents a pool where parsed schemas are addressed and cached.

It also contains a cache of including on top or inner level some json schemas that could eventually parsed later.

You should not share this object between different threads

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.