Class StringBindings

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

    public class StringBindings
    extends java.lang.Object
    implements Binder<java.lang.String>
    Allows the generation of strings from a string template and bindings template.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String bind​(long value)
      Call the data mapper bindings, assigning the returned values positionally to the anchors in the string binding.
      • Methods inherited from class java.lang.Object

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

      • bind

        public java.lang.String bind​(long value)
        Call the data mapper bindings, assigning the returned values positionally to the anchors in the string binding.
        Specified by:
        bind in interface Binder<java.lang.String>
        Parameters:
        value - a long input value
        Returns:
        a new String containing the mapped values