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
    TextMessage apply​(java.lang.String s)  

    Methods inherited from class de.otto.synapse.translator.AbstractTextDecoder

    decode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • TextDecoder

      public TextDecoder()
  • Method Details

    • apply

      public TextMessage apply​(java.lang.String s)