public final class VariableLegacyDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.edorasware.commons.core.entity.Variable>
Deserializer for legacy Variable instances
| Constructor and Description | 
|---|
VariableLegacyDeserializer(com.edorasware.commons.core.identity.CurrentUserService currentUserService,
                          com.edorasware.api.time.TimeProvider timeProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.edorasware.commons.core.entity.Variable | 
deserialize(com.fasterxml.jackson.core.JsonParser parser,
           com.fasterxml.jackson.databind.DeserializationContext ctxt)  | 
deserializeWithType, getValueClass, getValueType, handledTypepublic VariableLegacyDeserializer(com.edorasware.commons.core.identity.CurrentUserService currentUserService,
                                  com.edorasware.api.time.TimeProvider timeProvider)
public com.edorasware.commons.core.entity.Variable deserialize(com.fasterxml.jackson.core.JsonParser parser,
                                                               com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                                        throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.edorasware.commons.core.entity.Variable>IOExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.