Uses of Class
org.languagetool.server.RemoteRuleMatch
-
Packages that use RemoteRuleMatch Package Description org.languagetool.server -
-
Uses of RemoteRuleMatch in org.languagetool.server
Methods in org.languagetool.server that return RemoteRuleMatch Modifier and Type Method Description private @NotNull RemoteRuleMatch
ResultExtender. getMatch(java.util.Map<java.lang.String,java.lang.Object> match)
Methods in org.languagetool.server that return types with arguments of type RemoteRuleMatch Modifier and Type Method Description (package private) @NotNull java.util.List<RemoteRuleMatch>
ResultExtender. getExtensionMatches(java.lang.String plainText, java.util.Map<java.lang.String,java.lang.String> params)
private @NotNull java.util.List<RemoteRuleMatch>
ResultExtender. parseJson(java.io.InputStream inputStream)
-