Index

C D G J O Q V W 
All Classes and Interfaces|All Packages

C

COMMENTS - Enum constant in enum org.apache.sling.contentparser.json.JSONParserFeature
Support comments (/*

D

DEFAULT_JSON_PARSER_FEATURES - Static variable in class org.apache.sling.contentparser.json.JSONParserOptions
List of JSON parser features activated by default.

G

getFeatures() - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Returns a copy of the features encapsulated by this instance.

J

JSONParserFeature - Enum in org.apache.sling.contentparser.json
Feature flags for parsing JSON files.
JSONParserOptions - Class in org.apache.sling.contentparser.json
Defines specific JSON parser options which can be used with the JSON ContentParser implementations provided by this bundle.
JSONParserOptions() - Constructor for class org.apache.sling.contentparser.json.JSONParserOptions
 

O

org.apache.sling.contentparser.json - package org.apache.sling.contentparser.json
 

Q

QUOTE_TICK - Enum constant in enum org.apache.sling.contentparser.json.JSONParserFeature
Support ticks (') additional to double quotes (") as quoting symbol for JSON names and strings.

V

valueOf(String) - Static method in enum org.apache.sling.contentparser.json.JSONParserFeature
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.contentparser.json.JSONParserFeature
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFeatures(Set<JSONParserFeature>) - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Set the features the JSON parser should apply when parsing files.
withFeatures(JSONParserFeature...) - Method in class org.apache.sling.contentparser.json.JSONParserOptions
Set the features the JSON parser should apply when parsing files.
C D G J O Q V W 
All Classes and Interfaces|All Packages