java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.core.io.schubfach.FloatToDecimal

public final class FloatToDecimal extends Object
This class exposes a method to render a float as a string.
  • Field Details

  • Method Details

    • toString

      public static String toString(float v)
      Returns a string representation of the float argument. All characters mentioned below are ASCII characters.
      Parameters:
      v - the float to be converted.
      Returns:
      a string representation of the argument.
      See Also:
    • appendTo

      public static Appendable appendTo(float v, Appendable app) throws IOException
      Appends the rendering of the v to app.

      The outcome is the same as if v were first rendered and the resulting string were then appended to app.

      Parameters:
      v - the float whose rendering is appended.
      app - the Appendable to append to.
      Throws:
      IOException - If an I/O error occurs