@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.911Z") @Stability(value=Experimental) public class FieldUtils extends software.amazon.jsii.JsiiObject
EXPERIMENTAL
| 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()
Returns whether the given task structure contains the TaskToken field anywhere.
|
static Boolean |
containsTaskToken(Map<String,Object> obj)
Returns whether the given task structure contains the TaskToken field anywhere.
|
static List<String> |
findReferencedPaths()
Return all JSON paths used in the given structure.
|
static List<String> |
findReferencedPaths(Map<String,Object> obj)
Return all JSON paths used in the given structure.
|
static Map<String,Object> |
renderObject()
Render a JSON structure containing fields to the right StepFunctions structure.
|
static Map<String,Object> |
renderObject(Map<String,Object> obj)
Render a JSON structure containing fields to the right StepFunctions structure.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, 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,Object> obj)
The field is considered included if the field itself or one of its containing fields occurs anywhere in the payload.
EXPERIMENTAL
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.
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public static List<String> findReferencedPaths(@Nullable Map<String,Object> obj)
EXPERIMENTAL
obj - @Stability(value=Experimental) @NotNull public static List<String> findReferencedPaths()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable public static Map<String,Object> renderObject(@Nullable Map<String,Object> obj)
EXPERIMENTAL
obj - Copyright © 2020. All rights reserved.