A B C D E G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

accumulate(String, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Accumulate values under a key.
AMP - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '&'.
APOS - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '''.
append(String, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Append values to the array under a key.
array() - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Begin appending a new array.

B

back() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Back up one character.
BANG - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '!'.

C

CDL - Class in io.gravitee.policy.json2xml.transformer
This provides static methods to convert comma delimited text into a JSONArray, and to convert a JSONArray into comma delimited text.
CDL() - Constructor for class io.gravitee.policy.json2xml.transformer.CDL
 
CharsetHelper - Class in io.gravitee.policy.json2xml.utils
 
CharsetHelper() - Constructor for class io.gravitee.policy.json2xml.utils.CharsetHelper
 
configuration - Variable in class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
Json to xml transformation configuration
CONTENT_TYPE - Static variable in class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
 
Cookie - Class in io.gravitee.policy.json2xml.transformer
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class io.gravitee.policy.json2xml.transformer.Cookie
 
CookieList - Class in io.gravitee.policy.json2xml.transformer
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class io.gravitee.policy.json2xml.transformer.CookieList
 
CRLF - Static variable in class io.gravitee.policy.json2xml.transformer.HTTP
Carriage return/line feed.

D

DEFAULT_ROOT - Static variable in class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
dehexchar(char) - Static method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the hex value of a character (base16).
doubleToString(double) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Produce a string from a double.

E

end() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
 
endArray() - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
End an array.
endObject() - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
End an object.
entity - Static variable in class io.gravitee.policy.json2xml.transformer.XMLTokener
The table of entity values.
EQ - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '='.
escape(String) - Static method in class io.gravitee.policy.json2xml.transformer.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Replace special characters with XML escapes:
extractCharset(HttpHeaders) - Static method in class io.gravitee.policy.json2xml.utils.CharsetHelper
 
extractFromContentType(String) - Static method in class io.gravitee.policy.json2xml.utils.CharsetHelper
Extract the charset from media-type as per https://tools.ietf.org/html/rfc7231#section-3.1.1.1

G

get(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the object value associated with an index.
get(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the value object associated with a key.
getBigDecimal(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the BigDecimal value associated with an index.
getBigDecimal(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the BigDecimal value associated with a key.
getBigInteger(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the BigInteger value associated with an index.
getBigInteger(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the BigInteger value associated with a key.
getBoolean(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the boolean value associated with a key.
getDouble(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the double value associated with a key.
getEnum(Class<E>, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the enum value associated with an index.
getEnum(Class<E>, String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the enum value associated with a key.
getInt(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the JSONObject value associated with a key.
getLong(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the long value associated with a key.
getNames(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an array of field names from an Object.
getRootElement() - Method in class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
getScope() - Method in class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
getString(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the string associated with an index.
getString(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the string associated with a key.
GT - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '>'.

H

has(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Determine if the JSONObject contains a specific key.
HTTP - Class in io.gravitee.policy.json2xml.transformer
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class io.gravitee.policy.json2xml.transformer.HTTP
 
HTTPTokener - Class in io.gravitee.policy.json2xml.transformer
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class io.gravitee.policy.json2xml.transformer.HTTPTokener
Construct an HTTPTokener from a string.

I

id() - Method in class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
increment(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Increment a property of a JSONObject.
io.gravitee.policy.json2xml - package io.gravitee.policy.json2xml
 
io.gravitee.policy.json2xml.configuration - package io.gravitee.policy.json2xml.configuration
 
io.gravitee.policy.json2xml.transformer - package io.gravitee.policy.json2xml.transformer
 
io.gravitee.policy.json2xml.utils - package io.gravitee.policy.json2xml.utils
 
io.gravitee.policy.v3.json2xml - package io.gravitee.policy.v3.json2xml
 
isNull(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Determine if the value is null.
isNull(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Determine if the value associated with the key is null or if there is no value.
iterator() - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
 

J

join(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in io.gravitee.policy.json2xml.transformer
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class io.gravitee.policy.json2xml.transformer.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(Object) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONArray
Construct a JSONArray from an array
JSONArray(String) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection<?>) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONArray
Construct a JSONArray from a Collection.
JSONException - Exception in io.gravitee.policy.json2xml.transformer
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception io.gravitee.policy.json2xml.transformer.JSONException
Constructs a JSONException with an explanatory message.
JSONException(String, Throwable) - Constructor for exception io.gravitee.policy.json2xml.transformer.JSONException
Constructs a JSONException with an explanatory message and cause.
JSONException(Throwable) - Constructor for exception io.gravitee.policy.json2xml.transformer.JSONException
Constructs a new JSONException with the specified cause.
JSONML - Class in io.gravitee.policy.json2xml.transformer
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class io.gravitee.policy.json2xml.transformer.JSONML
 
JSONObject - Class in io.gravitee.policy.json2xml.transformer
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Object) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONObject(Map<String, Object>) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONObject
Construct a JSONObject from a Map.
JSONString - Interface in io.gravitee.policy.json2xml.transformer
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in io.gravitee.policy.json2xml.transformer
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class io.gravitee.policy.json2xml.transformer.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in io.gravitee.policy.json2xml.transformer
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(InputStream) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(Reader) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(String) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONTokener
Construct a JSONTokener from a string.
JsonToXmlTransformationPolicy - Class in io.gravitee.policy.json2xml
 
JsonToXmlTransformationPolicy(JsonToXmlTransformationPolicyConfiguration) - Constructor for class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
JsonToXmlTransformationPolicyConfiguration - Class in io.gravitee.policy.json2xml.configuration
 
JsonToXmlTransformationPolicyConfiguration() - Constructor for class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
JsonToXmlTransformationPolicyV3 - Class in io.gravitee.policy.v3.json2xml
 
JsonToXmlTransformationPolicyV3(JsonToXmlTransformationPolicyConfiguration) - Constructor for class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
 
JSONWriter - Class in io.gravitee.policy.json2xml.transformer
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class io.gravitee.policy.json2xml.transformer.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Append a key.
keys() - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get a set of keys of the JSONObject.

L

length() - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the number of keys stored in the JSONObject.
LT - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '<'.

M

mode - Variable in class io.gravitee.policy.json2xml.transformer.JSONWriter
The current mode.
more() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the next character in the source string.
next(char) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the next n characters.
nextCDATA() - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Return the next entity.
nextMeta() - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class io.gravitee.policy.json2xml.transformer.HTTPTokener
Get the next token or string.
nextToken() - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Get the next XML Token.
nextValue() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Get the next value.
noSpace(String) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class io.gravitee.policy.json2xml.transformer.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Produce a string from a Number.

O

object() - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Begin appending a new object.
onMessageRequest(MessageExecutionContext) - Method in class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
onMessageResponse(MessageExecutionContext) - Method in class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
onRequest(HttpExecutionContext) - Method in class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
onRequestContent(Request, PolicyChain) - Method in class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
 
onResponse(HttpExecutionContext) - Method in class io.gravitee.policy.json2xml.JsonToXmlTransformationPolicy
 
onResponseContent(Response, PolicyChain) - Method in class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
 
opt(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional value associated with a key.
optBigDecimal(int, BigDecimal) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional BigDecimal value associated with an index.
optBigDecimal(String, BigDecimal) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional BigDecimal associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBigInteger(int, BigInteger) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional BigInteger value associated with an index.
optBigInteger(String, BigInteger) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional BigInteger associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBoolean(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optEnum(Class<E>, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the enum value associated with a key.
optEnum(Class<E>, int, E) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the enum value associated with a key.
optEnum(Class<E>, String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the enum value associated with a key.
optEnum(Class<E>, String, E) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get the enum value associated with a key.
optInt(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Get an optional string associated with a key.

P

PolicyScope - Enum in io.gravitee.policy.json2xml.configuration
 
Property - Class in io.gravitee.policy.json2xml.transformer
Converts a Property file data into JSONObject and back.
Property() - Constructor for class io.gravitee.policy.json2xml.transformer.Property
 
put(boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Append a boolean value.
put(double) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Append a double value.
put(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Append an int value.
put(int, boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, double) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put or replace a double value.
put(int, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put or replace an int value.
put(int, long) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put or replace a long value.
put(int, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put or replace an object value in the JSONArray.
put(int, Collection<?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, Map<?, ?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(long) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Append an long value.
put(Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Append an object value.
put(String, boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/long pair in the JSONObject.
put(String, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/value pair in the JSONObject.
put(String, Collection<?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, Map<?, ?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(Collection<?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(Map<?, ?>) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
putOnce(String, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '?'.
QUOT - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '"'.
quote(String) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
 

R

remove(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Remove an index and close the hole.
remove(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Remove a name and its value, if present.
REQUEST - io.gravitee.policy.json2xml.configuration.PolicyScope
 
RESPONSE - io.gravitee.policy.json2xml.configuration.PolicyScope
 
rowToJSONArray(JSONTokener) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a comma delimited text row from a JSONArray.

S

setRootElement(String) - Method in class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
setScope(PolicyScope) - Method in class io.gravitee.policy.json2xml.configuration.JsonToXmlTransformationPolicyConfiguration
 
similar(Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Determine if two JSONObjects are similar.
skipPast(String) - Method in class io.gravitee.policy.json2xml.transformer.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class io.gravitee.policy.json2xml.transformer.XML
The Character '/'.
stringToValue(String) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Deprecated.
syntaxError(String) - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Throw an exception if the object is a NaN or infinite number.
toJSONArray(JSONArray) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONArray(JSONArray, JSONTokener) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, String) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONTokener) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(XMLTokener) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(String) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(String) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONObject(JSONArray) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class io.gravitee.policy.json2xml.transformer.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class io.gravitee.policy.json2xml.transformer.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class io.gravitee.policy.json2xml.transformer.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(String) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONObject(Properties) - Static method in class io.gravitee.policy.json2xml.transformer.Property
Converts a property file object into a JSONObject.
toJSONString() - Method in interface io.gravitee.policy.json2xml.transformer.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toProperties(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.Property
Converts the JSONObject into a property file object.
toString() - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Make a JSON text of this JSONArray.
toString() - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Make a JSON text of this JSONObject.
toString() - Method in class io.gravitee.policy.json2xml.transformer.JSONStringer
Return the JSON text.
toString() - Method in class io.gravitee.policy.json2xml.transformer.JSONTokener
Make a printable string of this JSONTokener.
toString(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString(JSONArray) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONArray, JSONArray) - Static method in class io.gravitee.policy.json2xml.transformer.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.HTTP
Convert a JSONObject into an HTTP header.
toString(JSONObject) - Static method in class io.gravitee.policy.json2xml.transformer.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString(Object) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class io.gravitee.policy.json2xml.transformer.XML
Convert a JSONObject into a well-formed, element-normal XML string.

U

unescape(String) - Static method in class io.gravitee.policy.json2xml.transformer.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UTF8_CHARSET_NAME - Static variable in class io.gravitee.policy.v3.json2xml.JsonToXmlTransformationPolicyV3
 

V

value(boolean) - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Append either the value true or the value false.
value(double) - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Append a double value.
value(long) - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Append a long value.
value(Object) - Method in class io.gravitee.policy.json2xml.transformer.JSONWriter
Append an object value.
valueOf(String) - Static method in enum io.gravitee.policy.json2xml.configuration.PolicyScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.gravitee.policy.json2xml.configuration.PolicyScope
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Make a JSON text of an Object value.

W

wrap(Object) - Static method in class io.gravitee.policy.json2xml.transformer.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(Writer, int, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer, int, int) - Method in class io.gravitee.policy.json2xml.transformer.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class io.gravitee.policy.json2xml.transformer.JSONWriter
The writer that will receive the output.

X

XML - Class in io.gravitee.policy.json2xml.transformer
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class io.gravitee.policy.json2xml.transformer.XML
 
XMLTokener - Class in io.gravitee.policy.json2xml.transformer
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class io.gravitee.policy.json2xml.transformer.XMLTokener
Construct an XMLTokener from a string.
A B C D E G H I J K L M N O P Q R S T U V W X 
All Classes All Packages