Class UploadScalar
- java.lang.Object
-
- io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
-
public class UploadScalar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<UploadScalar>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
UploadScalar(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static graphql.schema.GraphQLScalarType
build()
boolean
equals(Object o)
io.vertx.ext.web.handler.graphql.UploadScalar
getDelegate()
int
hashCode()
static UploadScalar
newInstance(io.vertx.ext.web.handler.graphql.UploadScalar arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<UploadScalar> __TYPE_ARG
-
-
Constructor Detail
-
UploadScalar
public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
-
UploadScalar
public UploadScalar(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.handler.graphql.UploadScalar getDelegate()
-
build
public static graphql.schema.GraphQLScalarType build()
-
newInstance
public static UploadScalar newInstance(io.vertx.ext.web.handler.graphql.UploadScalar arg)
-
-