Class ProjectTarget.Jsii$Proxy

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

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

      • getInputs

        public final List<String> getInputs()
        Description copied from interface: ProjectTarget
        List of inputs to hash for cache key, relative to the root of the monorepo.

        note: must start with leading /

        Specified by:
        getInputs in interface ProjectTarget
      • getOutputs

        public final List<String> getOutputs()
        Description copied from interface: ProjectTarget
        List of outputs to cache, relative to the root of the monorepo.

        note: must start with leading /

        Specified by:
        getOutputs in interface ProjectTarget
      • $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