Package io.github.cdklabs.projen.github
Class DependabotAllow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.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 forDependabotAllow
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.DependabotAllow
DependabotAllow.Builder, DependabotAllow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DependabotAllow.Builder builder)Constructor that initializes the object based on literal property values passed by theDependabotAllow.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDependencyName()(experimental) Use to allow updates for dependencies with matching names, optionally using*to match zero or more characters.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(DependabotAllow.Builder builder)
Constructor that initializes the object based on literal property values passed by theDependabotAllow.Builder.
-
-
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:
getDependencyNamein interfaceDependabotAllow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-