Class AbstractFeedBuilder<T>

    • Field Detail

      • component

        protected T component
    • Constructor Detail

      • AbstractFeedBuilder

        public AbstractFeedBuilder()
      • AbstractFeedBuilder

        public AbstractFeedBuilder​(String version)
    • Method Detail

      • createObjectNode

        protected ObjectNode createObjectNode()
      • build

        public abstract JsonNode build()
        Build a JSON node representing the Jsonfeed object.
        Returns:
        a JSON representation of a Jsonfeed object