Package software.amazon.awscdk
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.104.0 (build e79254c)",
date="2024-11-21T06:34:02.213Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITokenMapper
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
mapToken
Replace a single token.- Parameters:
t
- This parameter is required.
-