Constructor and Description |
---|
ListNode(@NotNull List<T> list,
@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
<X extends Node> |
asListOf(@NotNull Class<X> expectedType) |
static @NotNull ListNode<Node> |
fromList(@NotNull List<?> list,
@NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) |
@NotNull List<T> |
getList() |
@NotNull List<String> |
getUnusedProperties()
Visits recursively the whole structure and returns list of unused properties.
|
@NotNull Stream<T> |
stream() |
getValidationContext, toString
@NotNull public static @NotNull ListNode<Node> fromList(@NotNull @NotNull List<?> list, @NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
@NotNull public <X extends Node> @NotNull ListNode<X> asListOf(@NotNull @NotNull Class<X> expectedType)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.