Package org.mongojack

Class JacksonCollectionKey<CT>


  • public class JacksonCollectionKey<CT>
    extends Object
    A key for uniquely referencing a Jackson Collection, for use in HashMaps
    • Constructor Detail

      • JacksonCollectionKey

        public JacksonCollectionKey​(String databaseName,
                                    String collectionName,
                                    Class<CT> valueType)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getCollectionName

        public String getCollectionName()
      • getDatabaseName

        public String getDatabaseName()
      • getValueType

        public Class<CT> getValueType()