Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.result.SpellCheckResult
Packages that use SpellCheckResult
-
Uses of SpellCheckResult in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type SpellCheckResultModifier and TypeMethodDescriptionSpellcheckSearchApiResponse.results()Returns the value of theresultsrecord component.Constructor parameters in net.ygbstudio.jbrave.api.response with type arguments of type SpellCheckResultModifierConstructorDescriptionSpellcheckSearchApiResponse(String type, OriginalQuery query, List<SpellCheckResult> results) Creates an instance of aSpellcheckSearchApiResponserecord class.