Class ValueConverter<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T convert​(org.bson.Document original)  
      java.lang.String getKey()  
      java.lang.String getOutputKey()  
      void setKey​(java.lang.String key)  
      void setOutputKey​(java.lang.String outputKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueConverter

        public ValueConverter()
      • ValueConverter

        public ValueConverter​(java.lang.String key)
    • Method Detail

      • convert

        public T convert​(org.bson.Document original)
      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getOutputKey

        public java.lang.String getOutputKey()
      • setOutputKey

        public void setOutputKey​(java.lang.String outputKey)