Interface IPostProcessor

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IPostProcessor.Jsii$Default
All Known Implementing Classes:
IPostProcessor.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.076Z") @Stability(Stable) public interface IPostProcessor extends software.amazon.jsii.JsiiSerializable
A Token that can post-process the complete resolved value, after resolve() has recursed over it.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IPostProcessor.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Process the completely resolved value, after full recursion/resolution has happened.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • postProcess

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

      Parameters:
      input - This parameter is required.
      context - This parameter is required.