Class ActivitiJSONStringWrapper

    • Constructor Detail

      • ActivitiJSONStringWrapper

        public ActivitiJSONStringWrapper()
      • ActivitiJSONStringWrapper

        public ActivitiJSONStringWrapper​(String value)
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getObject

        public <T> T getObject​(CustomJacksonMapper mapper,
                               Class<T> type)
                        throws com.fasterxml.jackson.core.JsonParseException,
                               com.fasterxml.jackson.databind.JsonMappingException,
                               IOException
        Throws:
        com.fasterxml.jackson.core.JsonParseException
        com.fasterxml.jackson.databind.JsonMappingException
        IOException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object