Modifier and Type | Class and Description |
---|---|
static class |
CsvStringFormatter.Builder |
Modifier and Type | Method and Description |
---|---|
static CsvStringFormatter.Builder |
builder() |
static CsvStringFormatter |
create() |
String |
getEmptyToken() |
String |
getNullToken() |
Replacer |
getReplacer() |
String |
parse(String string,
Locale locale) |
String |
print(String string,
Locale locale) |
public String print(String string, Locale locale)
print
in interface org.springframework.format.Printer<String>
public String parse(String string, Locale locale)
parse
in interface org.springframework.format.Parser<String>
public static CsvStringFormatter create()
public static CsvStringFormatter.Builder builder()
public String getNullToken()
public String getEmptyToken()
public Replacer getReplacer()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.