Uses of Class
org.sonar.iac.common.yaml.object.ListObject
-
Packages that use ListObject Package Description org.sonar.iac.common.yaml.object -
-
Uses of ListObject in org.sonar.iac.common.yaml.object
Methods in org.sonar.iac.common.yaml.object that return ListObject Modifier and Type Method Description static ListObjectListObject. fromAbsent(CheckContext ctx, String key)static ListObjectListObject. fromPresent(CheckContext ctx, YamlTree tree, String key, YamlTree parent)ListObjectBlockObject. list(String key)ListObjectListObject. reportIfAnyItem(Predicate<YamlTree> predicate, String message)
-