D E G H I J M N P R S T U V 

D

DateFormatThreadLocal - Class in groovy.json
Custom thread local holding a SimpleDateFormat, so that the JsonOutput class used by JsonBuilder can be thread-safe when outputting dates and calendars.
DateFormatThreadLocal() - Constructor for class groovy.json.DateFormatThreadLocal
 

E

escapeJava(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeJavaScript(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.

G

getEndColumn() - Method in class groovy.json.JsonToken
 
getEndLine() - Method in class groovy.json.JsonToken
 
getLabel() - Method in enum groovy.json.JsonTokenType
 
getReader() - Method in class groovy.json.JsonLexer
Underlying reader from which to read the JSON tokens.
getStartColumn() - Method in class groovy.json.JsonToken
 
getStartLine() - Method in class groovy.json.JsonToken
 
getText() - Method in class groovy.json.JsonToken
 
getType() - Method in class groovy.json.JsonToken
 
getValidator() - Method in enum groovy.json.JsonTokenType
 
getValue() - Method in class groovy.json.JsonToken
Return the value represented by this token (ie. a number, a string, a boolean or null).
groovy.json - package groovy.json
 

H

hasNext() - Method in class groovy.json.JsonLexer
Iterator method to know if another token follows, or if we've reached the end of the stream.

I

initialValue() - Method in class groovy.json.DateFormatThreadLocal
 

J

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
 
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
Instanciates a lexer with a reader from which to read JSON tokens.
JsonSlurper - Class in groovy.json
JSON slurper which parses text or reader content into a data structure of lists and maps.
JsonSlurper() - Constructor for class groovy.json.JsonSlurper
 
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
Enum listing all the possible JSON tokens that should be recognized by the lexer.

M

matching(String) - Method in enum groovy.json.JsonTokenType
Tells if an input string matches a token.

N

next() - Method in class groovy.json.JsonLexer
Iterator method to get the next token of the stream.
nextToken() - Method in class groovy.json.JsonLexer
 

P

parse(Reader) - Method in class groovy.json.JsonSlurper
Parse a JSON data structure from content from a reader
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.
parseText(String) - Method in class groovy.json.JsonSlurper
Parse a text representation of a JSON data structure

R

remove() - Method in class groovy.json.JsonLexer
Method not implemented.

S

setEndColumn(long) - Method in class groovy.json.JsonToken
 
setEndLine(long) - Method in class groovy.json.JsonToken
 
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(JsonTokenType) - Method in class groovy.json.JsonToken
 
skipWhitespace() - Method in class groovy.json.JsonLexer
Skips all the whitespace characters and moves the cursor to the next non-space character.
startingWith(char) - Static method in enum groovy.json.JsonTokenType
Find which JSON value might be starting with a given character
StringEscapeUtils - Class in groovy.json
Escapes and unescapes Strings for Java, Java Script, HTML, XML, and SQL.
StringEscapeUtils() - Constructor for class groovy.json.StringEscapeUtils
StringEscapeUtils instances should NOT be constructed in standard programming.

T

toString() - Method in class groovy.json.JsonToken
 

U

unescape(String) - Static method in class groovy.json.JsonLexer
Replace unicode escape and other control characters with real characters
unescapeJava(String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.
unescapeJavaScript(String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any JavaScript literals found in the String.
unescapeJavaScript(Writer, String) - Static method in class groovy.json.StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.

V

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.JsonTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
D E G H I J M N P R S T U V 
Copyright © 2003-2013 The Codehaus. All rights reserved.