com.atlassian.confluence.rest.serialization
Class CustomValueInstantiators

java.lang.Object
  extended by org.codehaus.jackson.map.deser.ValueInstantiators.Base
      extended by com.atlassian.confluence.rest.serialization.CustomValueInstantiators
All Implemented Interfaces:
org.codehaus.jackson.map.deser.ValueInstantiators

public class CustomValueInstantiators
extends org.codehaus.jackson.map.deser.ValueInstantiators.Base

Provides ValueInstantiator overrides, such as the one used for ApiEnum.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.codehaus.jackson.map.deser.ValueInstantiators
org.codehaus.jackson.map.deser.ValueInstantiators.Base
 
Constructor Summary
CustomValueInstantiators()
           
 
Method Summary
 org.codehaus.jackson.map.deser.ValueInstantiator findValueInstantiator(org.codehaus.jackson.map.DeserializationConfig config, org.codehaus.jackson.map.BeanDescription beanDesc, org.codehaus.jackson.map.deser.ValueInstantiator defaultInstantiator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomValueInstantiators

public CustomValueInstantiators()
Method Detail

findValueInstantiator

public org.codehaus.jackson.map.deser.ValueInstantiator findValueInstantiator(org.codehaus.jackson.map.DeserializationConfig config,
                                                                              org.codehaus.jackson.map.BeanDescription beanDesc,
                                                                              org.codehaus.jackson.map.deser.ValueInstantiator defaultInstantiator)
Specified by:
findValueInstantiator in interface org.codehaus.jackson.map.deser.ValueInstantiators
Overrides:
findValueInstantiator in class org.codehaus.jackson.map.deser.ValueInstantiators.Base


Copyright © 2003-2014 Atlassian. All Rights Reserved.