Class DependabotAllow.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class DependabotAllow.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements DependabotAllow
    An implementation for DependabotAllow
    • 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: DependabotAllow
        (experimental) Use to allow 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 DependabotAllow
      • $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