A B C D E F G H I J K L M N O P R S T U V X 

A

ArraySerializer - Class in com.codesnippets4all.json.serializers
 
ArraySerializer() - Constructor for class com.codesnippets4all.json.serializers.ArraySerializer
 

B

B - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
BACKSLASH - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
BOOLEAN - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
BY - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

C

C - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
CachedInstances - Class in com.codesnippets4all.json.utils
 
CCBRACE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
CCBRACE_TOKEN - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
ClassSerializer - Class in com.codesnippets4all.json.serializers
 
ClassSerializer() - Constructor for class com.codesnippets4all.json.serializers.ClassSerializer
 
ClassUtils - Class in com.codesnippets4all.json.utils
 
ClassUtils() - Constructor for class com.codesnippets4all.json.utils.ClassUtils
 
CollectionTypes - Interface in com.codesnippets4all.json.types
 
COLON - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
com.codesnippets4all.json.config.handlers - package com.codesnippets4all.json.config.handlers
 
com.codesnippets4all.json.constants - package com.codesnippets4all.json.constants
 
com.codesnippets4all.json.exceptions - package com.codesnippets4all.json.exceptions
 
com.codesnippets4all.json.generators - package com.codesnippets4all.json.generators
 
com.codesnippets4all.json.parsers - package com.codesnippets4all.json.parsers
 
com.codesnippets4all.json.serializers - package com.codesnippets4all.json.serializers
 
com.codesnippets4all.json.serializers.pojos - package com.codesnippets4all.json.serializers.pojos
 
com.codesnippets4all.json.types - package com.codesnippets4all.json.types
 
com.codesnippets4all.json.utils - package com.codesnippets4all.json.utils
 
com.codesnippets4all.json.validations.custom - package com.codesnippets4all.json.validations.custom
 
COMMA - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
COMMAORCARRAY - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
COMMAORCCB - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
ConfigHandler - Interface in com.codesnippets4all.json.config.handlers
 

D

D - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
DateSerializer - Class in com.codesnippets4all.json.serializers
 
DateSerializer() - Constructor for class com.codesnippets4all.json.serializers.DateSerializer
 
DEFAULT_ENCODING - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
DefaultCollectionType - Class in com.codesnippets4all.json.types
 
DefaultCollectionType() - Constructor for class com.codesnippets4all.json.types.DefaultCollectionType
 
DOUBLE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
DOUBLEQUOTES - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

E

EMPTY_JSON - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
EMPTYSTR - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
EQUAL - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

F

F - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
FALSE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

G

generateJson(Object) - Method in class com.codesnippets4all.json.generators.JSONGenerator
 
getAge() - Method in class com.codesnippets4all.json.generators.TestPojo
 
getData() - Method in class com.codesnippets4all.json.generators.TestPojo
 
getInstance() - Static method in class com.codesnippets4all.json.generators.JsonGeneratorFactory
 
getInstance() - Static method in class com.codesnippets4all.json.parsers.JsonParserFactory
 
getInstance() - Static method in class com.codesnippets4all.json.utils.CachedInstances
 
getListType() - Method in interface com.codesnippets4all.json.types.CollectionTypes
 
getListType() - Method in class com.codesnippets4all.json.types.DefaultCollectionType
 
getMapType() - Method in interface com.codesnippets4all.json.types.CollectionTypes
 
getMapType() - Method in class com.codesnippets4all.json.types.DefaultCollectionType
 
getName() - Method in class com.codesnippets4all.json.generators.TestPojo
 
getPatternMap(String) - Method in interface com.codesnippets4all.json.config.handlers.ConfigHandler
 
getPatternMap(String) - Method in class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
getPatternMap(String) - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
getSs() - Method in class com.codesnippets4all.json.generators.TestPojo
 
getStream(String) - Static method in class com.codesnippets4all.json.utils.JSONUtility
 
getValidatorInstance(String) - Method in class com.codesnippets4all.json.utils.CachedInstances
 

H

handleFailure(List<String>, StringBuilder, String...) - Static method in class com.codesnippets4all.json.utils.JSONUtility
 
HYPHEN - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

I

I - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
initialize(InputStream) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
initialize(String) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
initializeWithJson(InputStream) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
INTEGER - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
IterableDataSerializer - Class in com.codesnippets4all.json.serializers
 
IterableDataSerializer() - Constructor for class com.codesnippets4all.json.serializers.IterableDataSerializer
 

J

JSON - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
JSON_ARRAY - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
JSON_ARRAY_START - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
JSON_ARRY_END - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
JsonConfigHandler - Class in com.codesnippets4all.json.config.handlers
 
JsonConfigHandler() - Constructor for class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
JSONConfigInitializationException - Exception in com.codesnippets4all.json.exceptions
 
JSONConfigInitializationException() - Constructor for exception com.codesnippets4all.json.exceptions.JSONConfigInitializationException
 
JSONConfigInitializationException(String) - Constructor for exception com.codesnippets4all.json.exceptions.JSONConfigInitializationException
 
JSONConfigInitializationException(String, Throwable) - Constructor for exception com.codesnippets4all.json.exceptions.JSONConfigInitializationException
 
JSONConfigInitializationException(Throwable) - Constructor for exception com.codesnippets4all.json.exceptions.JSONConfigInitializationException
 
JSONConstants - Class in com.codesnippets4all.json.constants
 
JSONConstants() - Constructor for class com.codesnippets4all.json.constants.JSONConstants
 
JSONGenerator - Class in com.codesnippets4all.json.generators
 
JSONGenerator() - Constructor for class com.codesnippets4all.json.generators.JSONGenerator
 
JsonGeneratorFactory - Class in com.codesnippets4all.json.generators
 
JSONParser - Class in com.codesnippets4all.json.parsers
 
JSONParser() - Constructor for class com.codesnippets4all.json.parsers.JSONParser
 
JsonParserFactory - Class in com.codesnippets4all.json.parsers
 
JSONParsingException - Exception in com.codesnippets4all.json.exceptions
 
JSONParsingException() - Constructor for exception com.codesnippets4all.json.exceptions.JSONParsingException
 
JSONParsingException(String) - Constructor for exception com.codesnippets4all.json.exceptions.JSONParsingException
 
JSONParsingException(String, Throwable) - Constructor for exception com.codesnippets4all.json.exceptions.JSONParsingException
 
JSONRuntimeException - Exception in com.codesnippets4all.json.exceptions
 
JSONRuntimeException() - Constructor for exception com.codesnippets4all.json.exceptions.JSONRuntimeException
 
JSONRuntimeException(String) - Constructor for exception com.codesnippets4all.json.exceptions.JSONRuntimeException
 
JSONRuntimeException(String, Throwable) - Constructor for exception com.codesnippets4all.json.exceptions.JSONRuntimeException
 
JsonSerializer - Interface in com.codesnippets4all.json.serializers
 
JSONUtility - Class in com.codesnippets4all.json.utils
 
JSONUtility() - Constructor for class com.codesnippets4all.json.utils.JSONUtility
 

K

KEYORCCB - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
KEYORNAME - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

L

L - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
ListSerializer - Class in com.codesnippets4all.json.serializers
 
ListSerializer() - Constructor for class com.codesnippets4all.json.serializers.ListSerializer
 
loadAndCacheInstance(String, String) - Method in class com.codesnippets4all.json.utils.CachedInstances
 
loadAndReadStream(String, String) - Static method in class com.codesnippets4all.json.utils.JSONUtility
 
loadClass(String) - Static method in class com.codesnippets4all.json.utils.ClassUtils
 

M

main(String[]) - Static method in class com.codesnippets4all.json.generators.TestClient
 
MapSerializer - Class in com.codesnippets4all.json.serializers
 
MapSerializer() - Constructor for class com.codesnippets4all.json.serializers.MapSerializer
 

N

newJsonGenerator() - Method in class com.codesnippets4all.json.generators.JsonGeneratorFactory
 
newJsonParser() - Method in class com.codesnippets4all.json.parsers.JsonParserFactory
 
newJsonParser(ValidationConfigType) - Method in class com.codesnippets4all.json.parsers.JsonParserFactory
 
newJsonParser(CollectionTypes) - Method in class com.codesnippets4all.json.parsers.JsonParserFactory
 
newJsonParser(ValidationConfigType, CollectionTypes) - Method in class com.codesnippets4all.json.parsers.JsonParserFactory
 
NEWLINE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
NM_TOKEN - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
NONWHITESPACE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
NULL - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
NumberSerializer - Class in com.codesnippets4all.json.serializers
 
NumberSerializer() - Constructor for class com.codesnippets4all.json.serializers.NumberSerializer
 

O

OCBRACE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
OCBRACE_TOKEN - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

P

parse() - Method in interface com.codesnippets4all.json.config.handlers.ConfigHandler
 
parse() - Method in class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
parse() - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
parseJson(InputStream, String) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
parseJson(String, String) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
parseJson(String) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
PatternValidator - Class in com.codesnippets4all.json.validations.custom
 
PatternValidator() - Constructor for class com.codesnippets4all.json.validations.custom.PatternValidator
 
PLUS - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
PropertiesSerializer - Class in com.codesnippets4all.json.serializers
 
PropertiesSerializer() - Constructor for class com.codesnippets4all.json.serializers.PropertiesSerializer
 

R

readChunks(BufferedReader, String) - Static method in class com.codesnippets4all.json.utils.JSONUtility
 
readStream(InputStream, String) - Static method in class com.codesnippets4all.json.utils.JSONUtility
 
ROOT - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
ROOT_SMALL - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

S

S - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
SEMICOLON - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.ArraySerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.ClassSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.DateSerializer
 
serialize(Iterable, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.IterableDataSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in interface com.codesnippets4all.json.serializers.JsonSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.ListSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.MapSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.NumberSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.PropertiesSerializer
 
serialize(Object, StringBuilder, SerializerOptions) - Method in class com.codesnippets4all.json.serializers.SetSerializer
 
SerializerOptions - Class in com.codesnippets4all.json.serializers.pojos
 
SerializerOptions() - Constructor for class com.codesnippets4all.json.serializers.pojos.SerializerOptions
 
SerializingException - Exception in com.codesnippets4all.json.exceptions
 
SerializingException() - Constructor for exception com.codesnippets4all.json.exceptions.SerializingException
 
SerializingException(String) - Constructor for exception com.codesnippets4all.json.exceptions.SerializingException
 
SerializingException(String, Throwable) - Constructor for exception com.codesnippets4all.json.exceptions.SerializingException
 
setAge(int) - Method in class com.codesnippets4all.json.generators.TestPojo
 
setCollectionTypes(CollectionTypes) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
setConfigHandler(ConfigHandler) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
setData(Map) - Method in class com.codesnippets4all.json.generators.TestPojo
 
setEncoding(String) - Method in interface com.codesnippets4all.json.config.handlers.ConfigHandler
 
setEncoding(String) - Method in class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
setEncoding(String) - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
setName(String) - Method in class com.codesnippets4all.json.generators.TestPojo
 
setParserSelfInstance(JSONParser) - Method in interface com.codesnippets4all.json.config.handlers.ConfigHandler
 
setParserSelfInstance(JSONParser) - Method in class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
setParserSelfInstance(JSONParser) - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
SetSerializer - Class in com.codesnippets4all.json.serializers
 
SetSerializer() - Constructor for class com.codesnippets4all.json.serializers.SetSerializer
 
setSs(double) - Method in class com.codesnippets4all.json.generators.TestPojo
 
setStream(InputStream) - Method in interface com.codesnippets4all.json.config.handlers.ConfigHandler
 
setStream(InputStream) - Method in class com.codesnippets4all.json.config.handlers.JsonConfigHandler
 
setStream(InputStream) - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
setValidating(boolean) - Method in class com.codesnippets4all.json.parsers.JSONParser
 
SINGLE_QUOTE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
SLASH - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
SpecialValidator - Interface in com.codesnippets4all.json.validations.custom
 
STAR - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
startElement(String, String, String, Attributes) - Method in class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
STRING - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
STRING_LITERAL - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

T

TestClient - Class in com.codesnippets4all.json.generators
 
TestClient() - Constructor for class com.codesnippets4all.json.generators.TestClient
 
TestPojo - Class in com.codesnippets4all.json.generators
 
TestPojo() - Constructor for class com.codesnippets4all.json.generators.TestPojo
 
TILDE_DELE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
traverseObjects(Object, StringBuilder, boolean) - Static method in class com.codesnippets4all.json.generators.JSONGenerator
 
TRUE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

U

UNDERSCORE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

V

validate(String, List) - Method in class com.codesnippets4all.json.validations.custom.PatternValidator
 
validate(String, List) - Method in interface com.codesnippets4all.json.validations.custom.SpecialValidator
 
ValidationConfigType - Enum in com.codesnippets4all.json.config.handlers
 
VALUE - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
VALUE_DEFAULT - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 
valueOf(String) - Static method in enum com.codesnippets4all.json.config.handlers.ValidationConfigType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.codesnippets4all.json.config.handlers.ValidationConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class com.codesnippets4all.json.constants.JSONConstants
 

X

XmlConfigHandler - Class in com.codesnippets4all.json.config.handlers
 
XmlConfigHandler() - Constructor for class com.codesnippets4all.json.config.handlers.XmlConfigHandler
 
A B C D E F G H I J K L M N O P R S T U V X 

Copyright © 2014. All rights reserved.