public class UploadScalar extends Object
Modifier and Type | Field and Description |
---|---|
static TypeArg<UploadScalar> |
__TYPE_ARG |
Constructor and Description |
---|
UploadScalar(Object delegate) |
UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate) |
Modifier and Type | Method and 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() |
public static final TypeArg<UploadScalar> __TYPE_ARG
public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
public UploadScalar(Object delegate)
public io.vertx.ext.web.handler.graphql.UploadScalar getDelegate()
public static graphql.schema.GraphQLScalarType build()
public static UploadScalar newInstance(io.vertx.ext.web.handler.graphql.UploadScalar arg)
Copyright © 2021 Eclipse. All rights reserved.