@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T13:54:15.915Z") @Stability(value=Experimental) public class Tokenization extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Tokenization(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
resolve(Object obj,
ResolveOptions options)
Resolves an object by evaluating all tokens and removing any undefined or empty objects or arrays.
|
static IResolvable |
reverseList(List<String> l)
Un-encode a Tokenized value from a list.
|
static IResolvable |
reverseNumber(Number n)
Un-encode a Tokenized value from a number.
|
static TokenizedStringFragments |
reverseString(String s)
Un-encode a string potentially containing encoded tokens.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Tokenization(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public static Object resolve(@Nullable Object obj, ResolveOptions options)
obj - The object to resolve.options - Prefix key path components for diagnostics.@Stability(value=Experimental) @Nullable public static IResolvable reverseList(List<String> l)
@Stability(value=Experimental) @Nullable public static IResolvable reverseNumber(Number n)
@Stability(value=Experimental) public static TokenizedStringFragments reverseString(String s)
Copyright © 2019. All rights reserved.