Class SemverGroup.Jsii$Proxy

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

    @Stability(Stable)
    @Internal
    public static final class SemverGroup.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements SemverGroup
    An implementation for SemverGroup
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      protected Jsii$Proxy​(SemverGroup.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SemverGroup.Builder.
    • 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: SemverGroup
        the names of the dependencies (eg.

        "lodash") which belong to this group

        Specified by:
        getDependencies in interface SemverGroup
      • getPackages

        public final List<String> getPackages()
        Description copied from interface: SemverGroup
        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 SemverGroup
      • getRange

        public final String getRange()
        Description copied from interface: SemverGroup
        the semver range which dependencies in this group should use.
        Specified by:
        getRange in interface SemverGroup
      • $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