@AutoService(value=IMappingFormat.class) public class TinyV2Mapper extends java.lang.Object implements IMappingFormat
IMappingFormat capable of parsing TinyV2 mappings.| Constructor and Description | 
|---|
| TinyV2Mapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | claim(java.util.List<java.lang.String> lines)Checks whether this mapper can process the given lines. | 
| Mapper | getMapper(java.util.List<java.lang.String> lines,
         boolean ignoreErrors)Creates a  Mappergiven the lines, ignoring errors depending on the given flag. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvertedMapper, prioritypublic boolean claim(java.util.List<java.lang.String> lines)
IMappingFormatclaim in interface IMappingFormatlines - the lines to readpublic Mapper getMapper(java.util.List<java.lang.String> lines, boolean ignoreErrors) throws MalformedMappingsException
IMappingFormatMapper given the lines, ignoring errors depending on the given flag.getMapper in interface IMappingFormatlines - the lines to readignoreErrors - try to ignore errors and keep goingMapperMalformedMappingsException - if an error is encountered and ignoreErrors is false