Uses of Package
com.cedarsoftware.io
Packages that use com.cedarsoftware.io
-
Classes in com.cedarsoftware.io used by com.cedarsoftware.ioClassDescriptionBuilder for converting a JsonObject (Map representation) to fully resolved Java objects.Builder for converting JSON from an InputStream to Java objects.Builder for converting a JSON string to Java objects.This class holds a JSON object in a LinkedHashMap.Subclass this interface and create a class that will return a new instance of the passed in Class (c).Implement this interface to add a custom JSON reader.Used to react to fields missing when reading an object.This class is the parent class for all parsed JSON objects, arrays, or primitive values.Implement this interface to customize the JSON output for a given class.This class contains all the "feature" control (options) for controlling json-io's flexibility in reading JSON.Builder class for building the writeOptions.This class is used to convert a source of Java Maps that were created from the JsonParser.TypeHolder captures a generic Type (including parameterized types) at runtime.This class contains all the "feature" control (options) for controlling json-io's output JSON.Builder class for building the writeOptions.Used as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.Used as a template to write out types that will have a primitive form.Used as a template to write out primitive String types.
-
Classes in com.cedarsoftware.io used by com.cedarsoftware.io.factoryClassDescriptionThis class holds a JSON object in a LinkedHashMap.Subclass this interface and create a class that will return a new instance of the passed in Class (c).Implement this interface to add a custom JSON reader.This class is used to convert a source of Java Maps that were created from the JsonParser.
-
Classes in com.cedarsoftware.io used by com.cedarsoftware.io.writersClassDescriptionImplement this interface to customize the JSON output for a given class.Used as a template to write out types that will have a primitive form.Used as a template to write out primitive String types.