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