Class UploadScalar
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUploadScalar
(io.vertx.ext.web.handler.graphql.UploadScalar delegate) UploadScalar
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.GraphQLScalarType
build()
boolean
io.vertx.ext.web.handler.graphql.UploadScalar
int
hashCode()
static UploadScalar
newInstance
(io.vertx.ext.web.handler.graphql.UploadScalar arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
UploadScalar
public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate) -
UploadScalar
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.UploadScalar getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
build
public static graphql.schema.GraphQLScalarType build() -
newInstance
-