Class ExecutionInputBuilderWithContext<C>
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>
- Type Parameters:
C- the contextual object type
- All Implemented Interfaces:
MutinyDelegate
Holds a
ExecutionInput.Builder with a contextual object.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
ExecutionInputBuilderWithContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutionInputBuilderWithContext(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate) Create a new instance ofExecutionInputBuilderWithContextdelegating to the given (non-null) instance ofExecutionInputBuilderWithContext.ExecutionInputBuilderWithContext(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate, TypeArg<C> typeArg_0) ExecutionInputBuilderWithContext(Object delegate, TypeArg<C> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptiongraphql.ExecutionInput.Builderbuilder()context()booleanio.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C>Get the delegate instance.inthashCode()static <C> ExecutionInputBuilderWithContext<C>newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate) Creates a new instance of theExecutionInputBuilderWithContext.static <C> ExecutionInputBuilderWithContext<C>newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate, TypeArg<C> typeArg_0) Creates a new instance of theExecutionInputBuilderWithContext.toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
ExecutionInputBuilderWithContext
public ExecutionInputBuilderWithContext(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate) Create a new instance ofExecutionInputBuilderWithContextdelegating to the given (non-null) instance ofExecutionInputBuilderWithContext. -
ExecutionInputBuilderWithContext
-
ExecutionInputBuilderWithContext
-
-
Method Details
-
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
-
builder
public graphql.ExecutionInput.Builder builder()- Returns:
- the GraphQL execution input builder
-
context
- Returns:
- the contextual object
-
newInstance
public static <C> ExecutionInputBuilderWithContext<C> newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate) Creates a new instance of theExecutionInputBuilderWithContext. -
newInstance
public static <C> ExecutionInputBuilderWithContext<C> newInstance(io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext<C> delegate, TypeArg<C> typeArg_0) Creates a new instance of theExecutionInputBuilderWithContext. -
hashCode
public int hashCode() -
equals
-
toString
-