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.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.079Z") @Stability(Stable) public interface ITokenMapper extends software.amazon.jsii.JsiiSerializable
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
    Replace a single token.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • mapToken

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

      Parameters:
      t - This parameter is required.