Index
All Classes and Interfaces|All Packages
F
- FileToGenericObject - Interface in io.github.astrapi69.transform.api
-
The interface
FileToGenericObject
provides a single method for transform a given file to a java object without giving explicitly the class type of the return type - FileToObjectFromClass - Interface in io.github.astrapi69.transform.api
-
The interface
FileToObjectFromClass
provides a single method for transform a given file to a java object with giving explicitly the class type of the return type
I
- io.github.astrapi69.transform.api - package io.github.astrapi69.transform.api
-
This package provides general interfaces for the transformation of objects and back
O
- ObjectToFile - Interface in io.github.astrapi69.transform.api
-
The interface
ObjectToFile
provides a single method that stores the given java object as a transformable object to the given file - ObjectToTransformable<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
ObjectToTransformable
provides a single method for transform the given java object to a transformable object
T
- toFile(T, File) - Method in interface io.github.astrapi69.transform.api.ObjectToFile
-
Transforms the given java object as a transformable object and store it to the given file
- toObject(File) - Method in interface io.github.astrapi69.transform.api.FileToGenericObject
-
Transforms the given
File
object to an object of the return type - toObject(File, Class<T>) - Method in interface io.github.astrapi69.transform.api.FileToObjectFromClass
-
Transforms the given json
File
object to an object of the given class type - toObject(P) - Method in interface io.github.astrapi69.transform.api.TransformableToObject
-
Transforms the given transformable object to a java object
- toTransformable(P) - Method in interface io.github.astrapi69.transform.api.ObjectToTransformable
-
Transforms the given java object to a transformable object
- transform.api.main - module transform.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.
- TransformableToObject<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
TransformableToObject
provides a single method for transform the given transformable object to a java object
All Classes and Interfaces|All Packages