Class CrudDataStore


  • public class CrudDataStore
    extends Object
    • Method Detail

      • getAll

        public List<com.fasterxml.jackson.databind.node.ObjectNode> getAll()
      • getById

        public com.fasterxml.jackson.databind.node.ObjectNode getById​(String id)
      • create

        public com.fasterxml.jackson.databind.node.ObjectNode create​(com.fasterxml.jackson.databind.node.ObjectNode item)
      • update

        public com.fasterxml.jackson.databind.node.ObjectNode update​(String id,
                                                                     com.fasterxml.jackson.databind.node.ObjectNode item)
      • delete

        public boolean delete​(String id)
      • size

        public int size()
      • getMaxItems

        public int getMaxItems()
      • getIdField

        public String getIdField()