Uses of Interface
io.vertx.json.schema.Ref
-
Packages that use Ref Package Description io.vertx.reactivex.json.schema io.vertx.rxjava3.json.schema -
-
Uses of Ref in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema that return Ref Modifier and Type Method Description Ref
Ref. getDelegate()
Methods in io.vertx.reactivex.json.schema with parameters of type Ref Modifier and Type Method Description static Ref
Ref. newInstance(Ref arg)
Constructors in io.vertx.reactivex.json.schema with parameters of type Ref Constructor Description Ref(Ref delegate)
-
Uses of Ref in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema that return Ref Modifier and Type Method Description Ref
Ref. getDelegate()
Methods in io.vertx.rxjava3.json.schema with parameters of type Ref Modifier and Type Method Description static Ref
Ref. newInstance(Ref arg)
Constructors in io.vertx.rxjava3.json.schema with parameters of type Ref Constructor Description Ref(Ref delegate)
-