public class ParserUtils extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,String> |
nullEmptyStringFunction |
Constructor and Description |
---|
ParserUtils() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<String,org.joda.time.DateTime> |
createTimestampParser(String format)
Factored timestamp parsing into its own Parser class, but leaving this here
for compatibility
|
static Set<String> |
findDuplicates(Iterable<String> fieldNames) |
static ArrayList<String> |
generateFieldNames(int length) |
static String |
stripQuotes(String input) |
static void |
validateFields(Iterable<String> fieldNames) |
Copyright © 2011–2017. All rights reserved.