Class DefaultJsonNodeReader.BuilderSupport<T>

    • Field Detail

      • jsonMapper

        protected com.fasterxml.jackson.databind.ObjectMapper jsonMapper
      • yamlMapper

        protected com.fasterxml.jackson.databind.ObjectMapper yamlMapper
    • Constructor Detail

      • BuilderSupport

        public BuilderSupport()
    • Method Detail

      • self

        protected abstract T self()
      • jsonMapper

        public T jsonMapper​(com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
        Sets the json mapper.
        Parameters:
        jsonMapper - the json mapper
        Returns:
        the builder
      • yamlMapper

        public T yamlMapper​(com.fasterxml.jackson.databind.ObjectMapper yamlMapper)
        Sets the yaml mapper
        Parameters:
        yamlMapper - the yaml mapper
        Returns:
        the builder