Class VersionGroup.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class VersionGroup.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements VersionGroup
    An implementation for VersionGroup
    • 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

      • getPackages

        public final List<String> getPackages()
        Description copied from interface: VersionGroup
        the names of packages in your monorepo which belong to this group, taken from the "name" field in package.json, not the package directory name.
        Specified by:
        getPackages in interface VersionGroup
      • getIsBanned

        public final Boolean getIsBanned()
        Description copied from interface: VersionGroup
        optionally force all dependencies in this group to be removed.
        Specified by:
        getIsBanned in interface VersionGroup
      • getPinVersion

        public final String getPinVersion()
        Description copied from interface: VersionGroup
        optionally force all dependencies in this group to have this version.
        Specified by:
        getPinVersion in interface VersionGroup
      • $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