Module transform.api.main
Package io.github.astrapi69.transform.api
package io.github.astrapi69.transform.api
This package provides general interfaces for the transformation of objects and back
-
InterfacesClassDescriptionThe interface
FileToGenericObjectprovides a single method for transform a given file to a java object without giving explicitly the class type of the return typeThe interfaceFileToObjectFromClassprovides a single method for transform a given file to a java object with giving explicitly the class type of the return typeObjectable<T,P> The interfaceObjectableprovides a single method for transform the given transformable object to a java objectObjectableFromClass<T,P> The interfaceObjectableFromClassprovides a single method for transform a given transformable object to a java object with giving explicitly the class type of the return typeThe interfaceObjectToFileprovides a single method that stores the given java object as a transformable object to the given fileDeprecated, for removal: This API element is subject to removal in a future version.Transformable<T,P> The interfaceTransformableprovides a single method for transform the given java object to a transformable object.The interfaceTransformableFromClassprovides a single method for transform the given java object to a transformable object with giving explicitly the class type of the return type.Deprecated, for removal: This API element is subject to removal in a future version.use instead the interfaceObjectable.
Transformable.