public class NBootStringMapFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static NBootStringMapFormat |
COMMA_FORMAT |
static NBootStringMapFormat |
DEFAULT |
static NBootStringMapFormat |
URL_FORMAT |
| Constructor and Description |
|---|
NBootStringMapFormat(String equalsChars,
String separatorChars,
String escapeChars,
boolean sort) |
| Modifier and Type | Method and Description |
|---|---|
NBootStringMapFormat |
copy(String equalsChars,
String separatorChars,
String escapeChars,
Boolean sort) |
boolean |
equals(Object o) |
String |
format(Map<String,String> map) |
String |
formatDuplicates(Map<String,List<String>> map) |
String |
getEqualsChars() |
String |
getEscapeChars() |
String |
getSeparatorChars() |
int |
hashCode() |
boolean |
isSort() |
static NBootStringMapFormat |
of(String equalsChars,
String separatorChars,
String escapeChars,
boolean sort) |
Map<String,String> |
parse(String text)
copied from StringUtils (in order to remove dependency)
|
Map<String,List<String>> |
parseDuplicates(String text)
copied from StringUtils (in order to remove dependency)
|
public static NBootStringMapFormat URL_FORMAT
public static NBootStringMapFormat COMMA_FORMAT
public static NBootStringMapFormat DEFAULT
public static NBootStringMapFormat of(String equalsChars, String separatorChars, String escapeChars, boolean sort)
public NBootStringMapFormat copy(String equalsChars, String separatorChars, String escapeChars, Boolean sort)
public Map<String,String> parse(String text)
text - text to parsepublic Map<String,List<String>> parseDuplicates(String text)
text - text to parsepublic String getEqualsChars()
public String getSeparatorChars()
public String getEscapeChars()
public boolean isSort()
Copyright © 2026 vpc open source initiative. All rights reserved.