public final class VariableDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.edorasware.commons.core.entity.Variable>
Deserializer for Variable instances
| Constructor and Description | 
|---|
VariableDeserializer(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 context)  | 
deserializeWithType, getValueClass, getValueType, handledTypepublic VariableDeserializer(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 context)
                                                        throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.edorasware.commons.core.entity.Variable>IOExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.