Package org.openhab.core.transform
-
Interface Summary Interface Description TransformationConfigurationProvider TheTransformationConfigurationProvider
is implemented by providers for transformation configurationsTransformationConfigurationRegistry TheTransformationConfigurationRegistry
is the interface for the transformation configuration registryTransformationService A TransformationProcessor transforms a given input and returns the transformed result. -
Class Summary Class Description AbstractFileTransformationService<T> Deprecated. use theTransformationConfigurationRegistry
insteadFileTransformationConfigurationProvider TheFileTransformationConfigurationProvider
implements aTransformationConfigurationProvider
for supporting configurations stored in configuration filesManagedTransformationConfigurationProvider TheManagedTransformationConfigurationProvider
implements aTransformationConfigurationProvider
for managed configurations stored in a JSON databaseManagedTransformationConfigurationProvider.PersistedTransformationConfiguration TransformationConfiguration TheTransformationConfiguration
encapsulates a transformation configurationTransformationHelper -
Exception Summary Exception Description TransformationException A TransformationException is thrown when any step of a transformation went wrong.