Class IntParser
- java.lang.Object
-
- net.kafujo.samples.wikidata.parser.WikidataParser<Integer>
-
- net.kafujo.samples.wikidata.parser.IntParser
-
public class IntParser extends WikidataParser<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static IntParserDEFAULT-
Fields inherited from class net.kafujo.samples.wikidata.parser.WikidataParser
fallbackCounter, lgr
-
-
Constructor Summary
Constructors Constructor Description IntParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerparse(String raw)IntegerparseFbk(String raw, Integer fbk)-
Methods inherited from class net.kafujo.samples.wikidata.parser.WikidataParser
getFallbackCounter
-
-
-
-
Field Detail
-
DEFAULT
public static final IntParser DEFAULT
-
-