Interface ITokenMapper

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

@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)", date="2024-01-05T13:17:20.372Z") @Stability(Experimental) public interface ITokenMapper extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to apply operation to tokens in a string.

Interface so it can be exported via jsii.

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    (experimental) Replace a single token.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • mapToken

      @Stability(Experimental) @NotNull Object mapToken(@NotNull IResolvable t)
      (experimental) Replace a single token.

      Parameters:
      t - This parameter is required.