Package org.mongojack
Class JacksonCollectionKey<CT>
- java.lang.Object
-
- org.mongojack.JacksonCollectionKey<CT>
-
public class JacksonCollectionKey<CT> extends Object
A key for uniquely referencing a Jackson Collection, for use in HashMaps
-
-
Constructor Summary
Constructors Constructor Description JacksonCollectionKey(String databaseName, String collectionName, Class<CT> valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCollectionName()StringgetDatabaseName()Class<CT>getValueType()inthashCode()
-