Class Writers.DoubleWriter

All Implemented Interfaces:
JsonWriter.JsonClassWriter
Enclosing class:
Writers

public static class Writers.DoubleWriter extends Writers.FloatingPointWriter<Double>
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

    • DoubleWriter

      public DoubleWriter()