- Cache<KEY,VALUE> - Interface in groovy.json.internal
-
Cache
- CacheType - Enum in groovy.json.internal
-
- call(Map) - Method in class groovy.json.JsonBuilder
-
Named arguments can be passed to the JSON builder instance to create a root JSON object
- call(List) - Method in class groovy.json.JsonBuilder
-
A list of elements as arguments to the JSON builder creates a root JSON array
- call(Object...) - Method in class groovy.json.JsonBuilder
-
Varargs elements as arguments to the JSON builder create a root JSON array
- call(Iterable, Closure) - Method in class groovy.json.JsonBuilder
-
A collection and closure passed to a JSON builder will create a root JSON array applying
the closure to each object in the collection
- call(Collection, Closure) - Method in class groovy.json.JsonBuilder
-
- call(Closure) - Method in class groovy.json.JsonBuilder
-
A closure passed to a JSON builder will create a root JSON object
- call(Map) - Method in class groovy.json.StreamingJsonBuilder
-
Named arguments can be passed to the JSON builder instance to create a root JSON object
- call(String) - Method in class groovy.json.StreamingJsonBuilder
-
The empty args call will create a key whose value will be an empty JSON object:
new StringWriter().with { w ->
def json = new groovy.json.StreamingJsonBuilder(w)
json.person()
assert w.toString() == '{"person":{}}'
}
- call(List) - Method in class groovy.json.StreamingJsonBuilder
-
A list of elements as arguments to the JSON builder creates a root JSON array
- call(Object...) - Method in class groovy.json.StreamingJsonBuilder
-
Varargs elements as arguments to the JSON builder create a root JSON array
- call(Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
A collection and closure passed to a JSON builder will create a root JSON array applying
the closure to each object in the collection
- call(Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
- call(Closure) - Method in class groovy.json.StreamingJsonBuilder
-
A closure passed to a JSON builder will create a root JSON object
- call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
A name and a closure passed to a JSON builder will create a key with a JSON object
- call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
A name, a collection and closure passed to a JSON builder will create a root JSON array applying
the closure to each object in the collection
- call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
- call(String, Map, Closure) - Method in class groovy.json.StreamingJsonBuilder
-
If you use named arguments and a closure as last argument,
the key/value pairs of the map (as named arguments)
and the key/value pairs represented in the closure
will be merged together —
the closure properties overriding the map key/values
in case the same key is used.
- call(String, List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the name and a JSON array
- call(String, Object...) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the name and a JSON array
- call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
A collection and closure passed to a JSON builder will create a root JSON array applying
the closure to each object in the collection
- call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- call(String, Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the name and value of a JSON attribute
- call(String, Object, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the name and value of a JSON attribute
- call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the name and another JSON object
- call(String, JsonOutput.JsonUnescaped) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes an unescaped value.
- call(String, Writable) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
Writes the given Writable as the value of the given attribute name
- capacity - Variable in class groovy.json.internal.CharBuf
-
- CharacterSource - Interface in groovy.json.internal
-
- charArray - Variable in class groovy.json.internal.JsonParserCharArray
-
- charAt(int) - Method in class groovy.json.internal.CharBuf
-
- charAt(int) - Method in class groovy.json.internal.CharSequenceValue
-
- charAt(int) - Method in class groovy.json.internal.ValueContainer
-
- CharBuf - Class in groovy.json.internal
-
- CharBuf(char[]) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf(byte[]) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf(int) - Constructor for class groovy.json.internal.CharBuf
-
- CharBuf() - Constructor for class groovy.json.internal.CharBuf
-
- charDescription(int) - Method in class groovy.json.internal.BaseJsonParser
-
- chars(String) - Static method in class groovy.json.internal.Chr
-
- CharScanner - Class in groovy.json.internal
-
- CharScanner() - Constructor for class groovy.json.internal.CharScanner
-
- CharSequenceValue - Class in groovy.json.internal
-
- CharSequenceValue(boolean, Type, int, int, char[], boolean, boolean) - Constructor for class groovy.json.internal.CharSequenceValue
-
- charset - Variable in class groovy.json.internal.BaseJsonParser
-
- charValue() - Method in class groovy.json.internal.CharSequenceValue
-
- charValue() - Method in class groovy.json.internal.NumberValue
-
- charValue() - Method in interface groovy.json.internal.Value
-
- charValue() - Method in class groovy.json.internal.ValueContainer
-
- chop() - Method in class groovy.json.internal.CharSequenceValue
-
- chop() - Method in class groovy.json.internal.NumberValue
-
- chop() - Method in interface groovy.json.internal.Value
-
- chop() - Method in class groovy.json.internal.ValueContainer
-
- chopList() - Method in class groovy.json.internal.ValueList
-
- chopMap() - Method in class groovy.json.internal.LazyValueMap
-
Chop this map.
- Chr - Class in groovy.json.internal
-
- Chr() - Constructor for class groovy.json.internal.Chr
-
- clear() - Method in class groovy.json.internal.LazyMap
-
- clear() - Method in class groovy.json.internal.ValueList
-
- clearAndCopy() - Method in class groovy.json.internal.LazyMap
-
- clone() - Method in class groovy.json.internal.LazyMap
-
- cloneDelegateAndGetContent(Closure<?>) - Static method in class groovy.json.JsonDelegate
-
Factory method for creating JsonDelegate
s from closures.
- cloneDelegateAndGetContent(Writer, Closure) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- cloneDelegateAndGetContent(Writer, Closure, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- close() - Method in class groovy.json.internal.CharBuf
-
- CLOSED_BRACKET - Static variable in class groovy.json.internal.BaseJsonParser
-
- CLOSED_BRACKET - Static variable in class groovy.json.internal.CharScanner
-
- CLOSED_CURLY - Static variable in class groovy.json.internal.BaseJsonParser
-
- CLOSED_CURLY - Static variable in class groovy.json.internal.CharScanner
-
- COLON - Static variable in class groovy.json.internal.BaseJsonParser
-
- COMMA - Static variable in class groovy.json.internal.BaseJsonParser
-
- COMMA - Static variable in class groovy.json.internal.CharScanner
-
- compact(char[][]) - Static method in class groovy.json.internal.CharScanner
-
- complain(String) - Method in class groovy.json.internal.JsonParserCharArray
-
- complain(String) - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- consumeIfMatch(char[]) - Method in interface groovy.json.internal.CharacterSource
-
Useful for finding constants in a string like true, false, etc.
- consumeIfMatch(char[]) - Method in class groovy.json.internal.ReaderCharacterSource
-
- contains(char[], char, int, int) - Static method in class groovy.json.internal.Chr
-
- containsKey(Object) - Method in class groovy.json.internal.LazyMap
-
- containsValue(Object) - Method in class groovy.json.internal.LazyMap
-
- copy(char[]) - Static method in class groovy.json.internal.Chr
-
- copy(char[], int, int) - Static method in class groovy.json.internal.Chr
-
- copy(Reader, Writer) - Static method in class groovy.json.internal.IO
-
- copyLarge(Reader, Writer) - Static method in class groovy.json.internal.IO
-
- copyLarge(Reader, Writer, char[]) - Static method in class groovy.json.internal.IO
-
- copyRange(char[], int, int) - Static method in class groovy.json.internal.ArrayUtils
-
- create(int) - Static method in class groovy.json.internal.CharBuf
-
- create(char[]) - Static method in class groovy.json.internal.CharBuf
-
- createExact(int) - Static method in class groovy.json.internal.CharBuf
-
- currentChar() - Method in interface groovy.json.internal.CharacterSource
-
returns the current character without changing the IO pointer or index.
- currentChar() - Method in class groovy.json.internal.JsonParserCharArray
-
- currentChar() - Method in class groovy.json.internal.ReaderCharacterSource
-
- curryDelegateAndGetContent(Closure<?>, Object) - Static method in class groovy.json.JsonDelegate
-
Factory method for creating JsonDelegate
s from closures currying an object
argument.
- curryDelegateAndGetContent(Writer, Closure, Object) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- curryDelegateAndGetContent(Writer, Closure, Object, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- JSON_TIME_LENGTH - Static variable in class groovy.json.internal.Dates
-
- JsonBuilder - Class in groovy.json
-
A builder for creating JSON payloads.
- JsonBuilder() - Constructor for class groovy.json.JsonBuilder
-
Instantiates a JSON builder.
- JsonBuilder(Object) - Constructor for class groovy.json.JsonBuilder
-
Instantiates a JSON builder with some existing data structure.
- JsonDelegate - Class in groovy.json
-
Utility class used as delegate of closures representing JSON objects.
- JsonDelegate() - Constructor for class groovy.json.JsonDelegate
-
- JsonException - Exception in groovy.json
-
JsonException
is the exception thrown by the JSON builder and slurper classes,
whenever a problem occurs when creating or parsing JSON data structures.
- JsonException() - Constructor for exception groovy.json.JsonException
-
- JsonException(String) - Constructor for exception groovy.json.JsonException
-
- JsonException(String, Throwable) - Constructor for exception groovy.json.JsonException
-
- JsonException(Throwable) - Constructor for exception groovy.json.JsonException
-
- JsonFastParser - Class in groovy.json.internal
-
This works in index overlay mode or chop mode.
- JsonFastParser() - Constructor for class groovy.json.internal.JsonFastParser
-
- JsonFastParser(boolean) - Constructor for class groovy.json.internal.JsonFastParser
-
- JsonFastParser(boolean, boolean) - Constructor for class groovy.json.internal.JsonFastParser
-
- JsonFastParser(boolean, boolean, boolean) - Constructor for class groovy.json.internal.JsonFastParser
-
- JsonFastParser(boolean, boolean, boolean, boolean) - Constructor for class groovy.json.internal.JsonFastParser
-
- JsonInternalException(String) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- JsonInternalException(String, Throwable) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- JsonInternalException(Throwable) - Constructor for exception groovy.json.internal.Exceptions.JsonInternalException
-
- JsonLexer - Class in groovy.json
-
The lexer reads JSON tokens in a streaming fashion from the underlying reader.
- JsonLexer(Reader) - Constructor for class groovy.json.JsonLexer
-
Instantiates a lexer with a reader from which to read JSON tokens.
- JsonOutput - Class in groovy.json
-
Class responsible for the actual String serialization of the possible values of a JSON structure.
- JsonOutput() - Constructor for class groovy.json.JsonOutput
-
- JsonOutput.JsonUnescaped - Class in groovy.json
-
Represents unescaped JSON
- JsonParser - Interface in groovy.json
-
This is the parser interface that backs the new JsonSlurper.
- JsonParserCharArray - Class in groovy.json.internal
-
Converts an input JSON String into Java objects works with String or char array
as input.
- JsonParserCharArray() - Constructor for class groovy.json.internal.JsonParserCharArray
-
- JsonParserLax - Class in groovy.json.internal
-
- JsonParserLax() - Constructor for class groovy.json.internal.JsonParserLax
-
- JsonParserLax(boolean) - Constructor for class groovy.json.internal.JsonParserLax
-
- JsonParserLax(boolean, boolean) - Constructor for class groovy.json.internal.JsonParserLax
-
- JsonParserLax(boolean, boolean, boolean) - Constructor for class groovy.json.internal.JsonParserLax
-
- JsonParserLax(boolean, boolean, boolean, boolean) - Constructor for class groovy.json.internal.JsonParserLax
-
- JsonParserType - Enum in groovy.json
-
Allows selection of parser type for new new JsonSlurper.
- JsonParserUsingCharacterSource - Class in groovy.json.internal
-
Converts an input JSON String into Java objects works with String or char array
as input.
- JsonParserUsingCharacterSource() - Constructor for class groovy.json.internal.JsonParserUsingCharacterSource
-
- JsonSlurper - Class in groovy.json
-
This has the same interface as the original JsonSlurper written for version 1.8.0, but its
implementation has completely changed.
- JsonSlurper() - Constructor for class groovy.json.JsonSlurper
-
- JsonSlurperClassic - Class in groovy.json
-
This is the original slurper included in case someone relies on its exact behavior.
- JsonSlurperClassic() - Constructor for class groovy.json.JsonSlurperClassic
-
- JsonStringDecoder - Class in groovy.json.internal
-
- JsonStringDecoder() - Constructor for class groovy.json.internal.JsonStringDecoder
-
- JsonToken - Class in groovy.json
-
A JSON token, with a type, line / column information, and the text of that token.
- JsonToken() - Constructor for class groovy.json.JsonToken
-
- JsonTokenType - Enum in groovy.json
-
The original slurper and lexer use this class.
- JsonUnescaped(CharSequence) - Constructor for class groovy.json.JsonOutput.JsonUnescaped
-
- parse(String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(byte[]) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(byte[], String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(CharSequence) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(Reader) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(InputStream) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(InputStream, String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(File, String) - Method in class groovy.json.internal.BaseJsonParser
-
- parse(char[]) - Method in class groovy.json.internal.JsonParserCharArray
-
- parse(Reader) - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- parse(char[]) - Method in class groovy.json.internal.JsonParserUsingCharacterSource
-
- parse(String) - Method in interface groovy.json.JsonParser
-
- parse(byte[]) - Method in interface groovy.json.JsonParser
-
- parse(byte[], String) - Method in interface groovy.json.JsonParser
-
- parse(CharSequence) - Method in interface groovy.json.JsonParser
-
- parse(char[]) - Method in interface groovy.json.JsonParser
-
- parse(Reader) - Method in interface groovy.json.JsonParser
-
- parse(InputStream) - Method in interface groovy.json.JsonParser
-
- parse(InputStream, String) - Method in interface groovy.json.JsonParser
-
- parse(File, String) - Method in interface groovy.json.JsonParser
-
- parse(Reader) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from a reader
- parse(InputStream) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from an inputStream
- parse(InputStream, String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from an inputStream
- parse(byte[], String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from a byte array.
- parse(byte[]) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from a byte array.
- parse(char[]) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content from a char array.
- parse(File) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content within a given File.
- parse(File, String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content within a given File.
- parse(URL) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(URL, Map) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(Map, URL) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(URL, String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(URL, Map, String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(Map, URL, String) - Method in class groovy.json.JsonSlurper
-
Parse a JSON data structure from content at a given URL.
- parse(Reader) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content from a reader
- parse(File) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content within a given File.
- parse(File, String) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content within a given File.
- parse(URL) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parse(URL, Map) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parse(Map, URL) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parse(URL, String) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parse(URL, Map, String) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parse(Map, URL, String) - Method in class groovy.json.JsonSlurperClassic
-
Parse a JSON data structure from content at a given URL.
- parseBigDecimal(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseBigDecimal(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseDouble(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseDouble(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseFloat(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseInt(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseIntFromTo(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseIntFromToIgnoreDot(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseJsonNumber(char[], int, int, int[]) - Static method in class groovy.json.internal.CharScanner
-
- parseLong(char[]) - Static method in class groovy.json.internal.CharScanner
-
- parseLongFromTo(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseLongFromToIgnoreDot(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- parseText(String) - Method in class groovy.json.JsonSlurper
-
Parse a text representation of a JSON data structure
- parseText(String) - Method in class groovy.json.JsonSlurperClassic
-
Parse a text representation of a JSON data structure
- PLUS - Static variable in class groovy.json.internal.BaseJsonParser
-
- PLUS - Static variable in class groovy.json.internal.CharScanner
-
- prettyPrint(String) - Static method in class groovy.json.JsonOutput
-
Pretty print a JSON payload.
- printStackTrace(PrintStream) - Method in exception groovy.json.internal.Exceptions.JsonInternalException
-
- printStackTrace(PrintWriter) - Method in exception groovy.json.internal.Exceptions.JsonInternalException
-
- printStackTrace() - Method in exception groovy.json.internal.Exceptions.JsonInternalException
-
- put(KEY, VALUE) - Method in interface groovy.json.internal.Cache
-
- put(String, Object) - Method in class groovy.json.internal.LazyMap
-
- put(String, Object) - Method in class groovy.json.internal.LazyValueMap
-
- put(K, V) - Method in class groovy.json.internal.SimpleCache
-
- put(String, Value) - Method in class groovy.json.internal.ValueMapImpl
-
- putAll(Map) - Method in class groovy.json.internal.LazyMap
-
- safeNextChar() - Method in interface groovy.json.internal.CharacterSource
-
Combines the operations of nextChar and hasChar.
- safeNextChar() - Method in class groovy.json.internal.ReaderCharacterSource
-
- setCharset(String) - Method in class groovy.json.internal.BaseJsonParser
-
- setCheckDates(boolean) - Method in class groovy.json.JsonSlurper
-
Determine if slurper will automatically parse strings it recognizes as dates.
- setChop(boolean) - Method in class groovy.json.JsonSlurper
-
Turns on buffer chopping for index overlay.
- setEndColumn(long) - Method in class groovy.json.JsonToken
-
- setEndLine(long) - Method in class groovy.json.JsonToken
-
- setLazyChop(boolean) - Method in class groovy.json.JsonSlurper
-
Turns on buffer lazy chopping for index overlay.
- setMaxSizeForInMemory(int) - Method in class groovy.json.JsonSlurper
-
Max size before Slurper starts to use windowing buffer parser.
- setStartColumn(long) - Method in class groovy.json.JsonToken
-
- setStartLine(long) - Method in class groovy.json.JsonToken
-
- setText(String) - Method in class groovy.json.JsonToken
-
- setType(JsonParserType) - Method in class groovy.json.JsonSlurper
-
Parser type.
- setType(JsonTokenType) - Method in class groovy.json.JsonToken
-
- setValue(Value) - Method in class groovy.json.internal.MapItemValue
-
- shortValue() - Method in class groovy.json.internal.CharBuf
-
- shortValue() - Method in class groovy.json.internal.CharSequenceValue
-
- shortValue() - Method in class groovy.json.internal.NumberValue
-
- shortValue() - Method in interface groovy.json.internal.Value
-
- shortValue() - Method in class groovy.json.internal.ValueContainer
-
- SimpleCache<K,V> - Class in groovy.json.internal
-
- SimpleCache(int, CacheType) - Constructor for class groovy.json.internal.SimpleCache
-
- SimpleCache(int) - Constructor for class groovy.json.internal.SimpleCache
-
- size() - Method in interface groovy.json.internal.Cache
-
- size() - Method in class groovy.json.internal.LazyMap
-
- size() - Method in class groovy.json.internal.LazyValueMap
-
- size() - Method in class groovy.json.internal.SimpleCache
-
- size() - Method in class groovy.json.internal.ValueList
-
- size() - Method in class groovy.json.internal.ValueMapImpl
-
Return the size of the map.
- skipWhiteSpace() - Method in interface groovy.json.internal.CharacterSource
-
Skip white space.
- skipWhiteSpace(char[], int) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpace(char[], int, int) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpace() - Method in class groovy.json.internal.JsonParserCharArray
-
- skipWhiteSpace() - Method in class groovy.json.internal.ReaderCharacterSource
-
- skipWhitespace() - Method in class groovy.json.JsonLexer
-
Skips all the whitespace characters and moves the cursor to the next non-space character.
- skipWhiteSpaceFast(char[]) - Static method in class groovy.json.internal.CharScanner
-
- skipWhiteSpaceFast(char[], int) - Static method in class groovy.json.internal.CharScanner
-
- split(char[], char) - Static method in class groovy.json.internal.CharScanner
-
- splitByChars(char[], char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsFromToDelims(char[], int, int, char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsNoneEmpty(char[], char...) - Static method in class groovy.json.internal.CharScanner
-
- splitByCharsNoneEmpty(char[], int, int, char...) - Static method in class groovy.json.internal.CharScanner
-
- splitExact(char[], char, int) - Static method in class groovy.json.internal.CharScanner
-
- splitExact(char[], int, char...) - Static method in class groovy.json.internal.CharScanner
-
- sputs(CharBuf, Object...) - Static method in class groovy.json.internal.Exceptions
-
- sputs(Object...) - Static method in class groovy.json.internal.Exceptions
-
- startingWith(char) - Static method in enum groovy.json.JsonTokenType
-
Find which JSON value might be starting with a given character
- state - Variable in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- StreamingJsonBuilder - Class in groovy.json
-
A builder for creating JSON payloads.
- StreamingJsonBuilder(Writer) - Constructor for class groovy.json.StreamingJsonBuilder
-
Instantiates a JSON builder.
- StreamingJsonBuilder(Writer, Object) - Constructor for class groovy.json.StreamingJsonBuilder
-
Instantiates a JSON builder, possibly with some existing data structure.
- StreamingJsonBuilder.StreamingJsonDelegate - Class in groovy.json
-
The delegate used when invoking closures
- StreamingJsonDelegate(Writer, boolean) - Constructor for class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-
- STRING_COUNT_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- STRING_IMPLEMENTATION - Static variable in class groovy.json.internal.FastStringUtils
-
- STRING_OFFSET_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- STRING_VALUE_FIELD_OFFSET - Static variable in class groovy.json.internal.FastStringUtils
-
- StringEscapeUtils - Class in groovy.json
-
Escapes and unescapes String
s for
Java, Java Script, HTML, XML, and SQL.
- StringEscapeUtils() - Constructor for class groovy.json.StringEscapeUtils
-
StringEscapeUtils
instances should NOT be constructed in
standard programming.
- stringValue() - Method in class groovy.json.internal.CharSequenceValue
-
- stringValue() - Method in class groovy.json.internal.NumberValue
-
- stringValue() - Method in interface groovy.json.internal.Value
-
- stringValue() - Method in class groovy.json.internal.ValueContainer
-
- stringValueEncoded() - Method in class groovy.json.internal.CharSequenceValue
-
- stringValueEncoded() - Method in class groovy.json.internal.NumberValue
-
- stringValueEncoded() - Method in interface groovy.json.internal.Value
-
- stringValueEncoded() - Method in class groovy.json.internal.ValueContainer
-
- subSequence(int, int) - Method in class groovy.json.internal.CharBuf
-
- subSequence(int, int) - Method in class groovy.json.internal.CharSequenceValue
-
- subSequence(int, int) - Method in class groovy.json.internal.ValueContainer
-
- Value - Interface in groovy.json.internal
-
- value - Variable in class groovy.json.internal.ValueContainer
-
- ValueContainer - Class in groovy.json.internal
-
- ValueContainer(Object, Type, boolean) - Constructor for class groovy.json.internal.ValueContainer
-
- ValueContainer(Type) - Constructor for class groovy.json.internal.ValueContainer
-
- ValueContainer(Map<String, Object>) - Constructor for class groovy.json.internal.ValueContainer
-
- ValueContainer(List<Object>) - Constructor for class groovy.json.internal.ValueContainer
-
- ValueList - Class in groovy.json.internal
-
- ValueList(boolean) - Constructor for class groovy.json.internal.ValueList
-
- ValueMap<K,V> - Interface in groovy.json.internal
-
- ValueMapImpl - Class in groovy.json.internal
-
This map is for object serialization mainly.
- ValueMapImpl() - Constructor for class groovy.json.internal.ValueMapImpl
-
- valueOf(String) - Static method in enum groovy.json.internal.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum groovy.json.internal.FastStringUtils.StringImplementation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum groovy.json.internal.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum groovy.json.JsonParserType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum groovy.json.JsonTokenType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum groovy.json.internal.CacheType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum groovy.json.internal.FastStringUtils.StringImplementation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class groovy.json.internal.LazyMap
-
- values() - Method in class groovy.json.internal.LazyValueMap
-
- values() - Static method in enum groovy.json.internal.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class groovy.json.internal.ValueMapImpl
-
Return a collection of values.
- values() - Static method in enum groovy.json.JsonParserType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum groovy.json.JsonTokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyValue() - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-