[Java] Class DefaultFastStringService
- org.apache.groovy.json.DefaultFastStringService
- All Implemented Interfaces and Traits:
- FastStringService
public class DefaultFastStringService
Internal class for fast processing of Strings during JSON parsing - default version
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
noCopyStringFromChars(char[] chars) | |
public char[] |
toCharArray(String string) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
@Override public String noCopyStringFromChars(char[] chars)
@Override public char[] toCharArray(String string)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/DefaultFastStringService.html