net.vz.mongodb.jackson.internal.util
Class IdHandlerFactory

java.lang.Object
  extended by net.vz.mongodb.jackson.internal.util.IdHandlerFactory

public class IdHandlerFactory
extends Object

Place that hacks (using reflection) exist for Jackson, until we get features into jackson

Since:
1.0
Author:
James Roper

Constructor Summary
IdHandlerFactory()
           
 
Method Summary
static
<K> IdHandler<K,?>
getIdHandlerForProperty(org.codehaus.jackson.map.ObjectMapper objectMapper, Class klass, Class<K> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdHandlerFactory

public IdHandlerFactory()
Method Detail

getIdHandlerForProperty

public static <K> IdHandler<K,?> getIdHandlerForProperty(org.codehaus.jackson.map.ObjectMapper objectMapper,
                                                         Class klass,
                                                         Class<K> type)
                                              throws org.codehaus.jackson.map.JsonMappingException
Throws:
org.codehaus.jackson.map.JsonMappingException


Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.