com.atlassian.confluence.plugins.restapi.soy
Class Jackson2SoyPreDigester

java.lang.Object
  extended by com.atlassian.confluence.plugins.restapi.soy.Jackson2SoyPreDigester
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyDataMapper<Object,Object>

public class Jackson2SoyPreDigester
extends Object
implements com.atlassian.soy.renderer.SoyDataMapper<Object,Object>


Constructor Summary
Jackson2SoyPreDigester(org.codehaus.jackson.map.ObjectMapper objectMapper)
           
 
Method Summary
 Object convert(Object input)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jackson2SoyPreDigester

public Jackson2SoyPreDigester(org.codehaus.jackson.map.ObjectMapper objectMapper)
Method Detail

getName

public String getName()
Specified by:
getName in interface com.atlassian.soy.renderer.SoyDataMapper<Object,Object>

convert

public Object convert(Object input)
Specified by:
convert in interface com.atlassian.soy.renderer.SoyDataMapper<Object,Object>


Copyright © 2003–2015 Atlassian. All rights reserved.