Class LiteralConverter<E>


  • @Deprecated(since="2022-01-27")
    public final class LiteralConverter<E>
    extends Converter<E>
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      LiteralConverter​(java.lang.String literal)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String convert​(E o)
      Deprecated.
      The convert method is responsible for extracting data from the event and storing it for later use by the write method.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LiteralConverter

        public LiteralConverter​(java.lang.String literal)
        Deprecated.
    • Method Detail

      • convert

        public java.lang.String convert​(E o)
        Deprecated.
        Description copied from class: Converter
        The convert method is responsible for extracting data from the event and storing it for later use by the write method.
        Specified by:
        convert in class Converter<E>