Uses of Class
org.languagetool.server.UserDictEntry
-
Packages that use UserDictEntry Package Description org.languagetool.server -
-
Uses of UserDictEntry in org.languagetool.server
Fields in org.languagetool.server with type parameters of type UserDictEntry Modifier and Type Field Description private com.google.common.cache.Cache<java.lang.Long,java.util.List<UserDictEntry>>
DatabaseAccess. userDictCache
Methods in org.languagetool.server that return types with arguments of type UserDictEntry Modifier and Type Method Description (package private) java.util.List<UserDictEntry>
DatabaseAccess. getWords(java.lang.Long userId, int offset, int limit)
Method parameters in org.languagetool.server with type arguments of type UserDictEntry Modifier and Type Method Description private void
ApiV2. writeListResponse(java.lang.String fieldName, java.util.List<UserDictEntry> words, com.sun.net.httpserver.HttpExchange httpExchange)
-