Class WikidataParser<T>
- java.lang.Object
-
- net.kafujo.samples.wikidata.parser.WikidataParser<T>
-
- Direct Known Subclasses:
IntParser,LocalDateParser,LocationParser,LongParser,TimeZoneParser,UrlParser
public abstract class WikidataParser<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Integer>fallbackCounterprotected org.slf4j.Loggerlgr
-
Constructor Summary
Constructors Constructor Description WikidataParser()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Map<String,Integer>getFallbackCounter()abstract Tparse(String raw)abstract TparseFbk(String raw, T fbk)
-