Class StringWrapper

java.lang.Object
com.fluxtion.ext.streaming.api.util.StringWrapper
All Implemented Interfaces:
Stateful<java.lang.String>, Wrapper<java.lang.String>

public class StringWrapper
extends java.lang.Object
implements Wrapper<java.lang.String>
A wrapper for a CharSequence.
Author:
gregp
  • Constructor Details

  • Method Details

    • event

      public java.lang.String event()
      Description copied from interface: Wrapper
      The wrapped node
      Specified by:
      event in interface Wrapper<java.lang.String>
      Returns:
      the wrapped node
    • eventClass

      public java.lang.Class<java.lang.String> eventClass()
      Description copied from interface: Wrapper
      The type of the wrapped node
      Specified by:
      eventClass in interface Wrapper<java.lang.String>
      Returns:
      wrapped node class