Class CSVBindings

  • All Implemented Interfaces:
    Binder<java.lang.String>

    public class CSVBindings
    extends java.lang.Object
    implements Binder<java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String bind​(long value)
      Bind values derived from a long to some object, returning an object type R
      • Methods inherited from class java.lang.Object

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

      • CSVBindings

        public CSVBindings​(Bindings bindings)
    • Method Detail

      • bind

        public java.lang.String bind​(long value)
        Description copied from interface: Binder
        Bind values derived from a long to some object, returning an object type R
        Specified by:
        bind in interface Binder<java.lang.String>
        Parameters:
        value - a long input value
        Returns:
        an R