Index
All Classes and Interfaces|All Packages
F
- FileToGenericObject<T> - 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<T> - 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
- Objectable<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
Objectable
provides a single method for transform the given transformable object to a java object - ObjectableFromClass<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
ObjectableFromClass
provides a single method for transform a given transformable object to a java object with giving explicitly the class type of the return type - 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 -
Deprecated, for removal: This API element is subject to removal in a future version.
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.Objectable
-
Transforms the given transformable object to a java object
- toObject(P) - Method in interface io.github.astrapi69.transform.api.TransformableToObject
-
Deprecated.Transforms the given transformable object to a java object
- toObject(P, Class<T>) - Method in interface io.github.astrapi69.transform.api.ObjectableFromClass
-
Transforms the given transformable object to a java object
- toTransformable(P) - Method in interface io.github.astrapi69.transform.api.ObjectToTransformable
-
Deprecated.Transforms the given java object to a transformable object
- toTransformable(P) - Method in interface io.github.astrapi69.transform.api.Transformable
-
Transforms the given java object to a transformable object.
- toTransformable(P, Class<T>) - Method in interface io.github.astrapi69.transform.api.TransformableFromClass
-
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.
- Transformable<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
Transformable
provides a single method for transform the given java object to a transformable object. - TransformableFromClass<T,
P> - Interface in io.github.astrapi69.transform.api -
The interface
TransformableFromClass
provides a single method for transform the given java object to a transformable object with giving explicitly the class type of the return type. - TransformableToObject<T,
P> - Interface in io.github.astrapi69.transform.api -
Deprecated, for removal: This API element is subject to removal in a future version.use instead the interface
Objectable
. Note: will be removed in the next major version
All Classes and Interfaces|All Packages
Transformable
. Note: will be removed in the next major version