Uses of Class
nl.basjes.parse.core.exceptions.MissingDissectorsException
-
Packages that use MissingDissectorsException Package Description nl.basjes.parse.core -
-
Uses of MissingDissectorsException in nl.basjes.parse.core
Methods in nl.basjes.parse.core that throw MissingDissectorsException Modifier and Type Method Description Map<String,EnumSet<Casts>>Parser. getAllCasts()EnumSet<Casts>Parser. getCasts(String name)Returns the casts possible for the specified path.RECORDParser. parse(String value)Parse the value and return a new instance of RECORD.RECORDParser. parse(RECORD record, String value)Parse the value and call all configured setters in the provided instance of RECORD.
-