org.rhq.modules.plugins.jbossas7.json.serializer
Class PropertyValueDeserializer
java.lang.Object
org.codehaus.jackson.map.JsonDeserializer<PROPERTY_VALUE>
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 classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer |
org.codehaus.jackson.map.JsonDeserializer.None |
|
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 |
PropertyValueDeserializer
public PropertyValueDeserializer()
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.