Package org.cdk8s

Class IResolver.Jsii$Proxy

  • All Implemented Interfaces:
    IResolver, IResolver.Jsii$Default, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    IResolver

    @Internal
    public static final class IResolver.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements IResolver.Jsii$Default
    A proxy class which represents a concrete javascript instance of this type.
    • 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 Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
    • Method Detail

      • resolve

        @Stability(Stable)
        public final void resolve​(@NotNull
                                  ResolutionContext context)
        This function is invoked on every property during cdk8s synthesis.

        To replace a value, implementations must invoke context.replaceValue.

        Specified by:
        resolve in interface IResolver
        Specified by:
        resolve in interface IResolver.Jsii$Default
        Parameters:
        context - This parameter is required.