org.rhq.modules.plugins.jbossas7.json.serializer
Class PropertyValueDeserializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonDeserializer<PROPERTY_VALUE>
      extended by org.rhq.modules.plugins.jbossas7.json.serializer.PropertyValueDeserializer

public class PropertyValueDeserializer
extends org.codehaus.jackson.map.JsonDeserializer<PROPERTY_VALUE>

Deserialize {"foo":"bar"} into a PROPERTY_VALUE

Author:
Heiko W. Rupp

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer
org.codehaus.jackson.map.JsonDeserializer.None
 
Constructor Summary
PropertyValueDeserializer()
           
 
Method Summary
 PROPERTY_VALUE deserialize(org.codehaus.jackson.JsonParser jsonParser, org.codehaus.jackson.map.DeserializationContext deserializationContext)
           
 
Methods inherited from class org.codehaus.jackson.map.JsonDeserializer
deserialize, deserializeWithType, getNullValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValueDeserializer

public PropertyValueDeserializer()
Method Detail

deserialize

public PROPERTY_VALUE deserialize(org.codehaus.jackson.JsonParser jsonParser,
                                  org.codehaus.jackson.map.DeserializationContext deserializationContext)
                           throws IOException,
                                  org.codehaus.jackson.JsonProcessingException
Specified by:
deserialize in class org.codehaus.jackson.map.JsonDeserializer<PROPERTY_VALUE>
Throws:
IOException
org.codehaus.jackson.JsonProcessingException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.