Class PluginOptions.Jsii$Proxy

  • All Implemented Interfaces:
    PluginOptions, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    PluginOptions

    @Stability(Experimental)
    @Internal
    public static final class PluginOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements PluginOptions
    An implementation for PluginOptions
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getDependencies

        public final List<String> getDependencies()
        Description copied from interface: PluginOptions
        (experimental) You could configure the dependencies for the plugin.

        Dependencies are in <groupId>/<artifactId>@<semver> format.

        Default: []

        Specified by:
        getDependencies in interface PluginOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object