org.jboss.seam.social.core
Class JsonMapper

java.lang.Object
  extended by org.jboss.seam.social.core.JsonMapper
All Implemented Interfaces:
Serializable

@ApplicationScoped
public class JsonMapper
extends Object
implements Serializable

Author:
Antoine Sabot-Durand
See Also:
Serialized Form

Constructor Summary
JsonMapper()
           
 
Method Summary
<T> T
readValue(org.jboss.seam.social.core.HttpResponse resp, Class<T> clazz)
           
 void registerModule(org.codehaus.jackson.map.Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonMapper

public JsonMapper()
Method Detail

readValue

public <T> T readValue(org.jboss.seam.social.core.HttpResponse resp,
                       Class<T> clazz)

registerModule

public void registerModule(org.codehaus.jackson.map.Module module)


Copyright © 2011 Seam Framework. All Rights Reserved.