Index
Alle Klassen und Schnittstellen|Alle Packages
I
- io.github.astrapi69.transform.json.api - Package io.github.astrapi69.transform.json.api
-
This package provides interfaces for the transformation of objects to json and back
J
- Jsonable - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
Jsonablehave to implement the method for transformation to a json string - JsonFileToGenericObject - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
JsonFileToGenericObjectcan transform a json file to an object without giving explicitly the class type of the return type - JsonFileToObject - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
JsonFileToObjectcan transform a json file to an object - JsonToGenericObject - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
JsonToGenericObjectcan transform a json file to an object without giving explicitly the class type of the return type - JsonToObject - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
JsonToObjectcan transform a json string to an object
O
- Objectable - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
Objectablehave to implement the method for transformation to the generic object type - ObjectToJson - Schnittstelle in io.github.astrapi69.transform.json.api
-
The interface
ObjectToJsonprovides a single method for convert an object to a json string - ObjectToJsonFile - Schnittstelle in io.github.astrapi69.transform.json.api
-
The interface
ObjectToJsonFileprovides a single method for convert an object to a json string
T
- toJson() - Methode in Schnittstelle io.github.astrapi69.transform.json.api.Jsonable
-
Transform this object to json String
- toJson(T) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.ObjectToJson
-
Converts the given object to a json string
- toJson(T, File) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.ObjectToJsonFile
-
Converts the given object to a json file
- toObject(File) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.JsonFileToGenericObject
-
Transforms the given json
Fileobject to an object of the given class type - toObject(File, Class<T>) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.JsonFileToObject
-
Transforms the given json
Fileobject to an object of the given class type - toObject(String) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.JsonToGenericObject
-
Transforms the given json string to an object of type T
- toObject(String) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.Objectable
-
Transforms the given json string to an object of type T
- toObject(String, Class<T>) - Methode in Schnittstelle io.github.astrapi69.transform.json.api.JsonToObject
-
Transforms the given json
Stringobject to an object of the given class type - transform.json.api.main - Modul transform.json.api.main
-
The MIT License Copyright (C) 2022 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- Transformable<T> - Schnittstelle in io.github.astrapi69.transform.json.api
-
If a class implements the interface
Jsonablehave to implement the methods for transformation to a xml string and from a xml String to an Object back
Alle Klassen und Schnittstellen|Alle Packages