@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.423Z") @Stability(value=Experimental) public class FieldUtils extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
FieldUtils(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FieldUtils(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
containsTaskToken()
(experimental) Returns whether the given task structure contains the TaskToken field anywhere.
|
static Boolean |
containsTaskToken(Map<String,? extends Object> obj)
(experimental) Returns whether the given task structure contains the TaskToken field anywhere.
|
static List<String> |
findReferencedPaths()
(experimental) Return all JSON paths used in the given structure.
|
static List<String> |
findReferencedPaths(Map<String,? extends Object> obj)
(experimental) Return all JSON paths used in the given structure.
|
static Map<String,Object> |
renderObject()
(experimental) Render a JSON structure containing fields to the right StepFunctions structure.
|
static Map<String,Object> |
renderObject(Map<String,? extends Object> obj)
(experimental) Render a JSON structure containing fields to the right StepFunctions structure.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FieldUtils(software.amazon.jsii.JsiiObjectRef objRef)
protected FieldUtils(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Boolean containsTaskToken(@Nullable Map<String,? extends Object> obj)
The field is considered included if the field itself or one of its containing fields occurs anywhere in the payload.
obj - @Stability(value=Experimental) @NotNull public static Boolean containsTaskToken()
The field is considered included if the field itself or one of its containing fields occurs anywhere in the payload.
@Stability(value=Experimental) @NotNull public static List<String> findReferencedPaths(@Nullable Map<String,? extends Object> obj)
obj - @Stability(value=Experimental) @NotNull public static List<String> findReferencedPaths()
@Stability(value=Experimental) @Nullable public static Map<String,Object> renderObject(@Nullable Map<String,? extends Object> obj)
obj - Copyright © 2021. All rights reserved.