Class UploadScalar
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.UploadScalar
- All Implemented Interfaces:
MutinyDelegate
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface.- See Also:
-
UploadScalar
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate) Create a new instance ofUploadScalardelegating to the given (non-null) instance ofUploadScalar.UploadScalar(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.GraphQLScalarTypebuild()booleanio.vertx.ext.web.handler.graphql.UploadScalarGet the delegate instance.inthashCode()static UploadScalarnewInstance(io.vertx.ext.web.handler.graphql.UploadScalar delegate) Creates a new instance of theUploadScalar.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
UploadScalar
public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate) Create a new instance ofUploadScalardelegating to the given (non-null) instance ofUploadScalar. -
UploadScalar
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.UploadScalar getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
build
public static graphql.schema.GraphQLScalarType build() -
newInstance
Creates a new instance of theUploadScalar. -
hashCode
public int hashCode() -
equals
-
toString
-