Uses of Class
org.revapi.yaml.YamlElement
-
-
Uses of YamlElement in org.revapi.yaml
Methods in org.revapi.yaml that return YamlElement Modifier and Type Method Description protected YamlElement
YamlArchiveAnalyzer. toElement(org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, int indexInParent)
protected YamlElement
YamlArchiveAnalyzer. toElement(org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, String keyInParent)
Methods in org.revapi.yaml that return types with arguments of type YamlElement Modifier and Type Method Description org.revapi.ArchiveAnalyzer<YamlElement>
YamlApiAnalyzer. getArchiveAnalyzer(org.revapi.API api)
org.revapi.DifferenceAnalyzer<YamlElement>
YamlApiAnalyzer. getDifferenceAnalyzer(org.revapi.ArchiveAnalyzer<YamlElement> oldArchive, org.revapi.ArchiveAnalyzer<YamlElement> newArchive)
Method parameters in org.revapi.yaml with type arguments of type YamlElement Modifier and Type Method Description org.revapi.DifferenceAnalyzer<YamlElement>
YamlApiAnalyzer. getDifferenceAnalyzer(org.revapi.ArchiveAnalyzer<YamlElement> oldArchive, org.revapi.ArchiveAnalyzer<YamlElement> newArchive)
-