Class DynamoDB

    • Constructor Detail

      • DynamoDB

        public DynamoDB()
    • Method Detail

      • serializeToJSON

        public net.sf.json.JSONObject serializeToJSON()
        Description copied from interface: QDLModuleMetaClass
        Send back a serialization of state for this object. This allows for the state you choose to be serialized and then reloaded.

        NOTE

        There is no canonical form for this. Set it how you will and deserialize it accordingly.
        Specified by:
        serializeToJSON in interface QDLModuleMetaClass
        Returns:
      • stemToMap

        protected Map<String,​software.amazon.awssdk.services.dynamodb.model.AttributeValue> stemToMap​(QDLStem stem)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(Long lValue)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(String sValue)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(BigDecimal bigDecimal)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(Boolean bValue)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(QDLNull bValue)
      • convertToAV

        protected software.amazon.awssdk.services.dynamodb.model.AttributeValue convertToAV​(QDLList qdlList)
      • mapToStem

        protected QDLStem mapToStem​(Map<String,​software.amazon.awssdk.services.dynamodb.model.AttributeValue> items)
      • convertToQDL

        protected Object convertToQDL​(software.amazon.awssdk.services.dynamodb.model.AttributeValue attributeValue)
      • checkInit

        protected void checkInit()