java.lang.Object
io.github.grumpystuff.grumpyrest.request.stringparser.standard.LongFromStringParser
All Implemented Interfaces:
FromStringParser

public final class LongFromStringParser extends Object implements FromStringParser
Parses longs from their usual decimal text representation.
  • Constructor Details

    • LongFromStringParser

      public LongFromStringParser()
      Constructor.
  • Method Details