net.vz.mongodb.jackson.internal
Class JacksonCollectionKey

java.lang.Object
  extended by net.vz.mongodb.jackson.internal.JacksonCollectionKey

public class JacksonCollectionKey
extends Object

A key for uniquely referencing a Jackson Collection, for use in HashMaps


Constructor Summary
JacksonCollectionKey(String name, org.codehaus.jackson.type.JavaType type, org.codehaus.jackson.type.JavaType keyType)
           
 
Method Summary
 boolean equals(Object o)
           
 org.codehaus.jackson.type.JavaType getKeyType()
           
 String getName()
           
 org.codehaus.jackson.type.JavaType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacksonCollectionKey

public JacksonCollectionKey(String name,
                            org.codehaus.jackson.type.JavaType type,
                            org.codehaus.jackson.type.JavaType keyType)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getName

public String getName()

getType

public org.codehaus.jackson.type.JavaType getType()

getKeyType

public org.codehaus.jackson.type.JavaType getKeyType()


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