Class Writers.FloatWriter

All Implemented Interfaces:
JsonWriter.JsonClassWriter
Enclosing class:
Writers

public static class Writers.FloatWriter extends Writers.FloatingPointWriter<Float>
Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes. Uses the default key of "value" unless overridden
  • Constructor Details

    • FloatWriter

      public FloatWriter()