Class DependabotIgnore.Jsii$Proxy

    • 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

      • getDependencyName

        public final String getDependencyName()
        Description copied from interface: DependabotIgnore
        (experimental) Use to ignore updates for dependencies with matching names, optionally using * to match zero or more characters.

        For Java dependencies, the format of the dependency-name attribute is: groupId:artifactId, for example: org.kohsuke:github-api.

        Specified by:
        getDependencyName in interface DependabotIgnore
      • getVersions

        public final List<String> getVersions()
        Description copied from interface: DependabotIgnore
        (experimental) Use to ignore specific versions or ranges of versions.

        If you want to define a range, use the standard pattern for the package manager (for example: ^1.0.0 for npm, or ~> 2.0 for Bundler).

        Specified by:
        getVersions in interface DependabotIgnore
      • $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