Package de.otto.synapse.translator
Class TextDecoder
java.lang.Object
de.otto.synapse.translator.AbstractTextDecoder<java.lang.String>
de.otto.synapse.translator.TextDecoder
- All Implemented Interfaces:
Decoder<java.lang.String>,java.util.function.Function<java.lang.String,TextMessage>
public final class TextDecoder extends AbstractTextDecoder<java.lang.String>
-
Constructor Summary
Constructors Constructor Description TextDecoder() -
Method Summary
Modifier and Type Method Description TextMessageapply(java.lang.String s)Methods inherited from class de.otto.synapse.translator.AbstractTextDecoder
decodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
TextDecoder
public TextDecoder()
-
-
Method Details
-
apply
-