I J N O T
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- io.github.astrapi69.json - package io.github.astrapi69.json
- io.github.astrapi69.json.factory - package io.github.astrapi69.json.factory
J
- JsonFileToObjectExtensions - Class in io.github.astrapi69.json
-
The class
JsonFileToObjectExtensions
converts json strings to java object and java collections. - JSONObjectToObjectExtensions - Class in io.github.astrapi69.json
-
The class
JSONObjectToObjectExtensions
converts json strings to java object and java collections. - JsonStringToObjectExtensions - Class in io.github.astrapi69.json
-
The class
JsonStringToObjectExtensions
converts json strings to java object and java collections. - JsonToXmlExtensions - Class in io.github.astrapi69.json
-
The class
JsonToXmlExtensions
helps to transform a given json string to an xml string.
N
- newObjectMapper() - Static method in class io.github.astrapi69.json.factory.ObjectMapperFactory
-
Factory method for create a new
ObjectMapper
- newObjectMapper(boolean) - Static method in class io.github.astrapi69.json.factory.ObjectMapperFactory
-
Factory method for create a new
ObjectMapper
. - newObjectMapper(Map<JsonParser.Feature, Boolean>) - Static method in class io.github.astrapi69.json.factory.ObjectMapperFactory
-
Factory method for create a new
ObjectMapper
with the given features
O
- ObjectMapperFactory - Class in io.github.astrapi69.json.factory
-
The factory class
ObjectMapperFactory
for creatingObjectMapper
objects - ObjectToJsonExtensions - Class in io.github.astrapi69.json
-
The class
ObjectToJsonExtensions
converts java objects to json string objects. - ObjectToJsonFileExtensions - Class in io.github.astrapi69.json
-
The class
ObjectToJsonFileExtensions
converts java objects to json file objects.
T
- toJson(List<T>) - Static method in class io.github.astrapi69.json.ObjectToJsonExtensions
-
Creates from the given
List
a json string - toJson(List<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.ObjectToJsonExtensions
-
Creates from the given
List
a json string - toJson(T) - Static method in class io.github.astrapi69.json.ObjectToJsonExtensions
-
Creates a json
String
from the given argument object - toJson(T, boolean) - Static method in class io.github.astrapi69.json.ObjectToJsonExtensions
-
Creates a json
String
from the given Object - toJson(T, ObjectMapper) - Static method in class io.github.astrapi69.json.ObjectToJsonExtensions
-
Creates a json
String
from the given Object and the given object mapper - toJsonFile(T, File) - Static method in class io.github.astrapi69.json.ObjectToJsonFileExtensions
-
Creates a json
String
from the given argument object - toJsonFile(T, File, boolean) - Static method in class io.github.astrapi69.json.ObjectToJsonFileExtensions
-
Creates a json
String
from the given Object - toJsonFile(T, File, ObjectMapper) - Static method in class io.github.astrapi69.json.ObjectToJsonFileExtensions
-
Creates a json
File
from the given Object and the given object mapper - toMapObject(String, TypeReference<Map<K, V>>) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java map object
- toMapObject(String, TypeReference<Map<K, V>>, ObjectMapper) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java map object
- toObject(File, TypeReference<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.JsonFileToObjectExtensions
-
Transforms the given json file into a java object.
- toObject(File, Class<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.JsonFileToObjectExtensions
-
Transforms the given json file into a java object.
- toObject(String, TypeReference<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object.
- toObject(String, Class<T>) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object.
- toObject(String, Class<T>, boolean) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object.
- toObject(String, Class<T>, Module...) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object.
- toObject(String, Class<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object.
- toObject(JSONObject, Class<T>, ObjectMapper) - Static method in class io.github.astrapi69.json.JSONObjectToObjectExtensions
-
Transforms the given json object into a java object
- toObjectCollection(String, Class<? extends Collection>, Class<T>) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object
Collection
- toObjectList(String, Class<T>) - Static method in class io.github.astrapi69.json.JsonStringToObjectExtensions
-
Transforms the given json string into a java object
List
- toObjectList(JSONArray, Class<T>) - Static method in class io.github.astrapi69.json.JSONObjectToObjectExtensions
-
Transforms the given
JSONArray
into a java objectList
. - toXml(String) - Static method in class io.github.astrapi69.json.JsonToXmlExtensions
-
Transform the given json as
String
object to an xml asString
object.
All Classes All Packages