Uses of Class
lv.id.jc.piglatin.model.TranslationResponse
Packages that use TranslationResponse
-
Uses of TranslationResponse in lv.id.jc.piglatin.api
Methods in lv.id.jc.piglatin.api that return types with arguments of type TranslationResponseModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity
<TranslationResponse> PigLatinApi.translate
(@Valid TranslationRequest translationRequest) POST /pig-latin : Translate text to Pig Latin Translate English text to Pig Latin following the rules described in the [description](#/info/description). -
Uses of TranslationResponse in lv.id.jc.piglatin.controller
Methods in lv.id.jc.piglatin.controller that return types with arguments of type TranslationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<TranslationResponse> PigLatinController.translate
(TranslationRequest translationRequest) -
Uses of TranslationResponse in lv.id.jc.piglatin.model
Methods in lv.id.jc.piglatin.model that return TranslationResponseModifier and TypeMethodDescription