public class StringMapParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringMapParser.QuoteType |
static class |
StringMapParser.When |
| Constructor and Description |
|---|
StringMapParser(String eqSeparators,
String entrySeparators) |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String str,
boolean forceQuote,
StringMapParser.QuoteType quoteType) |
Map<String,String> |
parseMap(String text,
net.thevpc.nuts.NutsSession session)
copied from StringUtils (in order to remove dependency)
|
public Map<String,String> parseMap(String text, net.thevpc.nuts.NutsSession session)
text - text to parsepublic String encode(String str, boolean forceQuote, StringMapParser.QuoteType quoteType)
Copyright © 2022 vpc open source initiative. All rights reserved.