Interface IPostProcessor.Jsii$Default

All Superinterfaces:
IPostProcessor, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPostProcessor.Jsii$Proxy
Enclosing interface:
IPostProcessor

@Internal public static interface IPostProcessor.Jsii$Default extends IPostProcessor
Internal default implementation for IPostProcessor.
  • Method Details

    • postProcess

      @Stability(Stable) @NotNull default Object postProcess(@NotNull Object input, @NotNull IResolveContext context)
      Process the completely resolved value, after full recursion/resolution has happened.

      Specified by:
      postProcess in interface IPostProcessor
      Parameters:
      input - This parameter is required.
      context - This parameter is required.