Class LazilyParsedNumber

java.lang.Object
java.lang.Number
com.google.gson.internal.LazilyParsedNumber
All Implemented Interfaces:
Serializable

public final class LazilyParsedNumber extends Number
This class holds a number value that is lazily converted to a specific number type
See Also:
  • Field Details

    • value

      private final String value
  • Constructor Details

    • LazilyParsedNumber

      public LazilyParsedNumber(String value)
      Parameters:
      value - must not be null
  • Method Details