Java org.springframework.security.oauth.common StringSplitUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth.common StringSplitUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth.common StringSplitUtils.

The text is from its open source code.

Method

MapsplitEachArrayElementAndCreateMap(String[] array, String delimiter, String removeCharacters)
Takes an array of Strings, and for each element removes any instances of removeCharacter, and splits the element based on the delimiter.
String[]splitIgnoringQuotes(String str, char separatorChar)
Splits a given string on the given separator character, skips the contents of quoted substrings when looking for separators.