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