Uses of Interface
eu.clarin.sru.client.SRURecordDataParser
-
-
Uses of SRURecordDataParser in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return types with arguments of type SRURecordDataParser Modifier and Type Method Description List<SRURecordDataParser>
SRUClientConfig. getRecordDataParsers()
Get the list of record data parsers to be used.Methods in eu.clarin.sru.client with parameters of type SRURecordDataParser Modifier and Type Method Description SRUClientConfig.Builder
SRUClientConfig.Builder. addRecordDataParser(SRURecordDataParser parser)
Add a record data parser instance to the list of record data parsers
-