@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T00:51:58.983Z") @Stability(value=Stable) public class Tokenization extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Tokenization(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Tokenization(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isResolvable(Object obj)
Return whether the given object is an IResolvable object.
|
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, jsiiStaticSet, setObjRefprotected Tokenization(software.amazon.jsii.JsiiObjectRef objRef)
protected Tokenization(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static Boolean isResolvable(Object obj)
@Stability(value=Stable) public static Object resolve(Object obj, ResolveOptions options)
obj - The object to resolve.options - Prefix key path components for diagnostics.@Stability(value=Stable) public static IResolvable reverseList(List<String> l)
@Stability(value=Stable) public static IResolvable reverseNumber(Number n)
@Stability(value=Stable) public static TokenizedStringFragments reverseString(String s)
Copyright © 2019. All rights reserved.