Skip navigation links
json-lib 3.0.2-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

N

names() - Method in class org.kordamp.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
names(JsonConfig) - Method in class org.kordamp.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NewBeanInstanceStrategy - Class in org.kordamp.json.util
Base class for creating Bean instances.
DEFAULT - calls Class.newInstance().
NewBeanInstanceStrategy() - Constructor for class org.kordamp.json.util.NewBeanInstanceStrategy
 
newDynaBean(JSONObject) - Static method in class org.kordamp.json.util.JSONUtils
Creates a new MorphDynaBean from a JSONObject.
newDynaBean(JSONObject, JsonConfig) - Static method in class org.kordamp.json.util.JSONUtils
Creates a new MorphDynaBean from a JSONObject.
newInstance(Class, JSONObject) - Method in class org.kordamp.json.util.NewBeanInstanceStrategy
Creates a new instance.
next() - Method in class org.kordamp.json.util.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.kordamp.json.util.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.kordamp.json.util.JSONTokener
Get the next n characters.
nextClean() - Method in class org.kordamp.json.util.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.kordamp.json.util.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.kordamp.json.util.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.kordamp.json.util.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class org.kordamp.json.util.JSONTokener
Get the next value.
nextValue(JsonConfig) - Method in class org.kordamp.json.util.JSONTokener
Get the next value.
NOOP - Static variable in class org.kordamp.json.util.JavaIdentifierTransformer
Noop transformer '@invalid' => '@invalid'
NOPROP - Static variable in class org.kordamp.json.util.CycleDetectionStrategy
Returns a special object (IGNORE_PROPERTY_OBJ) that indicates the entire property should be ignored
NotPropertyFilter - Class in org.kordamp.json.filters
 
NotPropertyFilter(PropertyFilter) - Constructor for class org.kordamp.json.filters.NotPropertyFilter
 
NUMBER - Static variable in interface org.kordamp.json.xml.JSONTypes
 
numberToString(Number) - Static method in class org.kordamp.json.util.JSONUtils
Produce a string from a Number.
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links
Copyright © 2006-2020 Andres Almiray. All rights reserved.