Package org.openremote.model.value
Class ForecastConfigurationWeightedExponentialAverage.PeriodAndDurationConverter
java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration>
org.openremote.model.value.ForecastConfigurationWeightedExponentialAverage.PeriodAndDurationConverter
- All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<com.fasterxml.jackson.databind.JsonNode,
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration>
- Enclosing class:
ForecastConfigurationWeightedExponentialAverage
public static class ForecastConfigurationWeightedExponentialAverage.PeriodAndDurationConverter
extends com.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter
com.fasterxml.jackson.databind.util.Converter.None
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter
_findConverterType, getInputType, getOutputType
-
Constructor Details
-
PeriodAndDurationConverter
public PeriodAndDurationConverter()
-
-
Method Details
-
convert
public ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration convert(com.fasterxml.jackson.databind.JsonNode value) - Specified by:
convert
in interfacecom.fasterxml.jackson.databind.util.Converter<com.fasterxml.jackson.databind.JsonNode,
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration> - Specified by:
convert
in classcom.fasterxml.jackson.databind.util.StdConverter<com.fasterxml.jackson.databind.JsonNode,
ForecastConfigurationWeightedExponentialAverage.ExtendedPeriodAndDuration>
-