All Classes and Interfaces

Class
Description
 
 
 
The PhraseTranslator class translates a phrase to Pig Latin.
 
PigLatinController handles translation requests for translating English sentences to Pig Latin.
The main class for the Pig Latin REST application.
 
Translate400Response
This class represents an endpoint for counting translations.
The request body contains the English sentence for translation.
The response body contains the translated sentence in Pig Latin.
The TranslationService class provides a service for translating English sentences to Pig Latin.
A single word.
This class is responsible for matching words in a given phrase.
This class is responsible for translating words to Pig Latin.