@Stability(value=Experimental) @Internal public static final class ResolvableFieldOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResolvableFieldOptions
ResolvableFieldOptionssoftware.amazon.jsii.JsiiObject.InitializationModeResolvableFieldOptions.Builder, ResolvableFieldOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BaseDataSource dataSource,
List<? extends IAppsyncFunction> pipelineConfig,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate,
GraphqlType returnType,
Map<String,? extends GraphqlType> args,
List<? extends Directive> directives)
Constructor that initializes the object based on literal property values passed by the
ResolvableFieldOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,GraphqlType> |
getArgs()
(experimental) The arguments for this field.
|
BaseDataSource |
getDataSource()
(experimental) The data source creating linked to this resolvable field.
|
List<Directive> |
getDirectives()
(experimental) the directives for this field.
|
List<IAppsyncFunction> |
getPipelineConfig()
(experimental) configuration of the pipeline resolver.
|
MappingTemplate |
getRequestMappingTemplate()
(experimental) The request mapping template for this resolver.
|
MappingTemplate |
getResponseMappingTemplate()
(experimental) The response mapping template for this resolver.
|
GraphqlType |
getReturnType()
(experimental) The return type for this field.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BaseDataSource dataSource, List<? extends IAppsyncFunction> pipelineConfig, MappingTemplate requestMappingTemplate, MappingTemplate responseMappingTemplate, GraphqlType returnType, Map<String,? extends GraphqlType> args, List<? extends Directive> directives)
ResolvableFieldOptions.Builder.public final BaseDataSource getDataSource()
ResolvableFieldOptionsDefault: - no data source
getDataSource in interface ResolvableFieldOptionspublic final List<IAppsyncFunction> getPipelineConfig()
ResolvableFieldOptionsDefault: - no pipeline resolver configuration An empty array or undefined prop will set resolver to be of type unit
getPipelineConfig in interface ResolvableFieldOptionspublic final MappingTemplate getRequestMappingTemplate()
ResolvableFieldOptionsDefault: - No mapping template
getRequestMappingTemplate in interface ResolvableFieldOptionspublic final MappingTemplate getResponseMappingTemplate()
ResolvableFieldOptionsDefault: - No mapping template
getResponseMappingTemplate in interface ResolvableFieldOptionspublic final GraphqlType getReturnType()
FieldOptionsgetReturnType in interface FieldOptionspublic final Map<String,GraphqlType> getArgs()
FieldOptionsi.e. type Example (first: String second: String) {}
Default: - no arguments
getArgs in interface FieldOptionspublic final List<Directive> getDirectives()
FieldOptionsDefault: - no directives
getDirectives in interface FieldOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.