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

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

    • IntegerFromStringParser

      public IntegerFromStringParser()
      Constructor.
  • Method Details