Uses of Interface
org.greenbytes.http.sfv.NumberItem
-
-
Uses of NumberItem in org.greenbytes.http.sfv
Classes in org.greenbytes.http.sfv that implement NumberItem Modifier and Type Class Description classDateItemRepresents a Date.classDecimalItemRepresents a Decimal.classIntegerItemRepresents an Integer.Methods in org.greenbytes.http.sfv that return NumberItem Modifier and Type Method Description static NumberItem<?>Parser. parseIntegerOrDecimal(String input)Implementation of "Parsing an Integer or Decimal" (assuming no extra characters left in input string)NumberItem<T>NumberItem. withParams(Parameters params)
-