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 _ 

D

DEFAULT - Static variable in class org.kordamp.json.processors.DefaultValueProcessorMatcher
Matches the target with equals()
DEFAULT - Static variable in class org.kordamp.json.processors.JsonBeanProcessorMatcher
Matches the target with equals()
DEFAULT - Static variable in class org.kordamp.json.processors.JsonValueProcessorMatcher
Matches the target with equals()
DEFAULT - Static variable in class org.kordamp.json.processors.PropertyNameProcessorMatcher
Matches the target with equals()
DEFAULT - Static variable in class org.kordamp.json.util.NewBeanInstanceStrategy
Calls Class.newInstance()
DEFAULT - Static variable in class org.kordamp.json.util.PropertyExclusionClassMatcher
Matches the target with equals()
DEFAULT - Static variable in class org.kordamp.json.util.PropertySetStrategy
 
DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER - Static variable in class org.kordamp.json.JsonConfig
 
DEFAULT_JSON_BEAN_PROCESSOR_MATCHER - Static variable in class org.kordamp.json.JsonConfig
 
DEFAULT_JSON_VALUE_PROCESSOR_MATCHER - Static variable in class org.kordamp.json.JsonConfig
 
DEFAULT_NEW_BEAN_INSTANCE_STRATEGY - Static variable in class org.kordamp.json.JsonConfig
 
DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER - Static variable in class org.kordamp.json.JsonConfig
 
DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHER - Static variable in class org.kordamp.json.JsonConfig
 
defaultBeanProcessing(Object, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
 
DefaultDefaultValueProcessor - Class in org.kordamp.json.processors
Base implementation for DefaultDefaultValueProcessor.
DefaultDefaultValueProcessor() - Constructor for class org.kordamp.json.processors.DefaultDefaultValueProcessor
 
DefaultValueProcessor - Interface in org.kordamp.json.processors
Defines the default value for a type when its value is null.
DefaultValueProcessorMatcher - Class in org.kordamp.json.processors
Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals().
DefaultValueProcessorMatcher() - Constructor for class org.kordamp.json.processors.DefaultValueProcessorMatcher
 
dehexchar(char) - Static method in class org.kordamp.json.util.JSONTokener
Get the hex value of a character (base16).
disableEventTriggering() - Method in class org.kordamp.json.JsonConfig
Disables event triggering when building.
[Java -> JSON]
discard(int) - Method in class org.kordamp.json.JSONArray
Remove an element, if present.
discard(Object) - Method in class org.kordamp.json.JSONArray
Remove an element, if present.
discard(String) - Method in class org.kordamp.json.JSONObject
Remove a name and its value, if present.
DOUBLE_QUOTE - Static variable in class org.kordamp.json.util.JSONUtils
Constant for char "
doubleToString(double) - Static method in class org.kordamp.json.util.JSONUtils
Produce a string from a double.
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.