com.fasterxml.jackson.datatype.guava
Class MultimapTypeModifier

java.lang.Object
  extended by com.fasterxml.jackson.databind.type.TypeModifier
      extended by com.fasterxml.jackson.datatype.guava.MultimapTypeModifier

public class MultimapTypeModifier
extends com.fasterxml.jackson.databind.type.TypeModifier


Constructor Summary
MultimapTypeModifier()
           
 
Method Summary
 com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type, Type jdkType, com.fasterxml.jackson.databind.type.TypeBindings context, com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultimapTypeModifier

public MultimapTypeModifier()
Method Detail

modifyType

public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type,
                                                          Type jdkType,
                                                          com.fasterxml.jackson.databind.type.TypeBindings context,
                                                          com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
Specified by:
modifyType in class com.fasterxml.jackson.databind.type.TypeModifier


Copyright © 2012 fasterxml.com. All Rights Reserved.