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.GraphQLScalarTypebuild()booleanio.vertx.ext.web.handler.graphql.UploadScalarinthashCode()static UploadScalarnewInstance(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:
getDelegatein 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
-