@Stability(value=Experimental) @Internal public static final class BundlerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BundlerOptions
BundlerOptionssoftware.amazon.jsii.JsiiObject.InitializationModeBundlerOptions.Builder, BundlerOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BundlerOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BundlerOptions.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) |
Boolean |
getAddToPreCompile()
(experimental) Install the `bundle` command as a pre-compile phase.
|
String |
getAssetsDir()
(experimental) Output directory for all bundles.
|
String |
getEsbuildVersion()
(experimental) The semantic version requirement for `esbuild`.
|
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(BundlerOptions.Builder builder)
BundlerOptions.Builder.public final Boolean getAddToPreCompile()
BundlerOptionsDefault: true
getAddToPreCompile in interface BundlerOptionspublic final String getAssetsDir()
BundlerOptionsDefault: "assets"
getAssetsDir in interface BundlerOptionspublic final String getEsbuildVersion()
BundlerOptionsDefault: - no specific version (implies latest)
getEsbuildVersion in interface BundlerOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.