FnListMerge
- Implements: IResolvable
Returns true if a specified string matches all values in a list.
Initializers
import com.aliyun.ros.cdk.core.FnListMerge;
new FnListMerge(java.util.List<java.lang.Object> listOfValues);
| Name | Type | Description |
|---|---|---|
listOfValues | java.util.List | No description. |
listOfValuesRequired
- Type: java.util.List
Methods
| Name | Description |
|---|---|
resolve | Produce the Token's value at resolution time. |
toJSON | No description. |
toString | Return a string representation of this resolvable object. |
resolve
public java.lang.Object resolve(IResolveContext context)
Produce the Token's value at resolution time.
- Type: IResolveContext
toJSON
public java.lang.String toJSON()
toString
public java.lang.String toString()
Return a string representation of this resolvable object.
Returns a reversible string representation.
Properties
| Name | Type | Description |
|---|---|---|
creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
creationStackRequired
public java.util.List<java.lang.String> getCreationStack();
- Type: java.util.List
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.