Class JSIntArrayImpl

    • Constructor Detail

      • JSIntArrayImpl

        public JSIntArrayImpl​(String type,
                              com.fasterxml.jackson.databind.JsonNode node)
    • Method Detail

      • convertToElement

        protected com.fasterxml.jackson.databind.JsonNode convertToElement​(JSInteger val)
        Specified by:
        convertToElement in class JSArrayImpl<JSInteger>
        Parameters:
        val - external representation
        Returns:
        internal representation (json field name)
      • convertToT

        protected JSInteger convertToT​(com.fasterxml.jackson.databind.JsonNode node)
        Specified by:
        convertToT in class JSArrayImpl<JSInteger>
        Parameters:
        node - representing the object
        Returns:
        external representation