@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:16.048Z") @Stability(value=Experimental) public abstract class Match extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Match() |
protected |
Match(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Match(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Object>> |
arrayWith(List<? extends Object> pattern)
(experimental) Matches the specified pattern with the array found in the same relative path of the target.
|
static Map<String,Map<String,Object>> |
objectLike(Map<String,? extends Object> pattern)
(experimental) Matches the specified pattern to an object found in the same relative path of the target.
|
static Map<String,String> |
stringLikeRegexp(String pattern)
(experimental) Matches targets according to a regular expression.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Match(software.amazon.jsii.JsiiObjectRef objRef)
protected Match(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected Match()
@Stability(value=Experimental) @NotNull public static Map<String,List<Object>> arrayWith(@NotNull List<? extends Object> pattern)
The set of elements (or matchers) must be in the same order as would be found.
pattern - the pattern to match. This parameter is required.@Stability(value=Experimental) @NotNull public static Map<String,Map<String,Object>> objectLike(@NotNull Map<String,? extends Object> pattern)
The keys and their values (or matchers) must be present in the target but the target can be a superset.
pattern - the pattern to match. This parameter is required.Copyright © 2022. All rights reserved.