@Stability(value=Experimental) @Internal public static final class FieldOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FieldOptions
FieldOptionssoftware.amazon.jsii.JsiiObject.InitializationModeFieldOptions.Builder, FieldOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FieldOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FieldOptions.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.
|
List<Directive> |
getDirectives()
(experimental) the directives for this field.
|
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(FieldOptions.Builder builder)
FieldOptions.Builder.public 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 © 2022. All rights reserved.